Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

l_shapes

List of shapes.

Values Returned

t

Recoloring was performed.

nil

Recoloring was not successful.

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
 ⠀
X