abeShapesOutside
abeShapesOutside(d_cellViewId l_outsideShapeObj l_insideShapeObj) =>l_shapeObj/ nil
Description
Returns a list of shapes from the outside list that are completely outside of shapes from the inside list. Coincident edges are considered outside. Partially overlapping shapes are excluded.
Arguments
Values Returned
|
List of shapes from the outside list that are completely outside a shape from the inside list. |
|
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Returns a list of shapes from the selected set in the current cellview that are completely outside a shape from the L2 list of shapes.
abeShapesOutside( geGetEditCellView() geGetSelSet() L2 )
Related Topics
Return to top