leLayerAnd
leLayerAnd(d_cellViewId g_lpp1 g_lpp2 g_lpp3) =>l_shapes/nil
Description
Creates shapes in cellview d_cellViewId on layer g_lpp3 that correspond to the intersections of all shapes on layers g_lpp1 and g_lpp2. A layer-purpose pair is a list containing a layer name followed by a layer purpose.
Arguments
|
The database ID of the cellview containing the layer-purpose pairs. |
|
Value Returned
Example
Creates shapes in cell1 on layer activegate from the intersection of all shapes on the poly1 and pdiff layers. Returns the shape IDs of the shapes.
leLayerAnd( cell1 list("poly1" "drawing") list("pdiff" "drawing") list("activegate" "drawing") )
Return to top