leCLSCopyLayerShapes
leCLSCopyLayerShapes(t_cellName l_constraints[l_deleteprevious] ) =>l_shapes/nil
Description
Copies all shapes from one layer to another for which you have set appdef. This function provides an option to delete all shapes that were created on the specified ToLpps before creating new ones.
Arguments
|
Specifies list of constraints on which the layers are to be copied. |
|
|
Delete all shapes and mask elements that were created on the specified ToLpps before creating new ones. |
|
Value Returned
Examples
Returns a list of shapes that were copied from one layer to another.
leCLSCopyLayerShapes(gec()list(list("pg1" "METAL2 drawing"
"" list() list() "METAL3 drawing")) (( "METAL3 drawing" "mask1" ))
=> (db0x9090x)
Return to top