mptReColorFromShapes
mptReColorFromShapes(
l_shapes
)
=> t / nil
Description
Recolors the shapes in the list and the shapes that are connected to them. If the coloring method is colorSpacing, the color of the shapes that are within the same-mask spacing of the shapes in the list will be updated, according to the clustering algorithm described in Automatic Color Shifting in Virtuoso Multiple Patterning Technology User Guide.
Arguments
Values Returned
Example
selectedShapes = setof(obj geGetSelSet() obj~>isShape)
mptReColorFromShapes( selectedShapes )
Recolors the shapes in the selection set and the shapes that are connected to them. If the coloring method is colorSpacing, the color of the shapes that are within the same-mask spacing of the shapes in the list will also be updated.
Return to top