abeIslandIterator
abeIslandIterator(o_abeLayer[?noHolesg_noHoles] ) =>o_islandIter/ nil
Description
Returns the island iterator for the rectangles and polygons on the ABE layer. Each entry is a list of points for a shape on the ABE layer.
Arguments
|
Removes holes in shapes if set to |
Values Returned
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Gets the island iterator (ii) for ABE layer a1, then iterates through the list of points for each island on the layer.
ii = abeIslandIterator( a1 ) while( polygon = ii->next print( polygon )
)
Related Topics
Return to top