abeShapesInside
abeShapesInside(d_cellViewId l_insideShapeObj l_outsideShapeObj) =>l_shapeObj/ nil
Description
Returns a list of shapes from the inside list that are completely inside a shape from the outside list. Coincident edges are considered inside. Partially overlapping shapes are excluded.
Arguments
Values Returned
|
List of shapes that are completely inside a shape from the outside 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 inside a shape from the L2 list of shapes.
abeShapesInside( geGetEditCellView() geGetSelSet() L2 )
Related Topics
Return to top