mptReColorWsp
mptReColorWsp(d_cellViewID[ ?layersl_layers] [ ?regionl_bBox] [ ?grayShapeOnlyg_grayShapeOnly] [ ?trackPatternsl_trackPatterns] [ ?shapesl_shapes] [ ?checkWidthg_checkWidth] [ ?viasl_vias] ) =>l_coloredShapes/ nil
Description
Recolors shapes based on the color of WSPs only.
Arguments
Values Returned
Examples
mptReColorWsp(geGetEditCellView() ?shapes geGetSelSet())
(db:0x1901bf2d db:0x1901bf2b db:0x1901bf37 db:0x1901bf36 db:0x1901bf28)
Returns the list of recolored objects in the selection.
mptReColorWsp(geGetEditCellView() ?layers list("M1"))
(db:db:0x1901bf1a db:0x1901bf1d)
Returns the list of recolored objects in layer 'M1'.
mptReColorWsp(geGetEditCellView() ?layers list("M1") ?checkWidth t)
(db:db:0x1901bf1a)
Returns the list of recolored objects in layer 'M1' and both centerline and edge check passed.
mptReColorWsp(geGetEditCellView() ?layers list("M1") ?grayShapeOnly t ?checkWidth t)
No objects are recolored based on the criteria.
Return to top