abeLayerFromShapes
abeLayerFromShapes(l_shapeObj[ ?maskColorg_maskColor]) =>o_abeLayer/ nil
Description
Creates an ABE layer with shapes from the given list.
Arguments
|
Copies only the shapes with the specified mask color. Valid values are: |
|
Values Returned
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Creates ABE layer a5 that contains the shapes in the selected set.
a5 = abeLayerFromShapes( geGetSelSet() )
Related Topics
Return to top