lceRegenerateVoidShapes
lceRegenerateVoidShapes(d_cellViewID[?layerNamelayerName] ) => t
Description
Regenerates void shapes in the given layout cellview.
Arguments
|
ID of the layout cellview for which the void shapes need to be regenerated. |
|
|
Name of the layer for which the void shapes need to be regenerated. |
Value Returned
Example
lceRegenerateVoidShapes(cvId)
Regenerates all void shapes in the specified layout cellview ID.
lceRegenerateVoidShapes(cvId ?layerName "L01")
Regenerates all void shapes on the specified layer in the given layout cellview ID.
Return to top