leLayerOr
leLayerOr(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 union of 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 cell3 on the layer allmetal from the union of the shapes on the metal1 and metal2 layers. Returns the shape IDs of the shapes.
leLayerOr( (cell3 list("metal1" "drawing") list("metal2" "drawing") list("allmetal" "drawing") )
Return to top