abeLayerAnd
abeLayerAnd(o_abeLayer1 o_abeLayer2 o_abeOutputLayer[ ?queueg_queue] ) => t/ nil
Description
Adds shapes to the ABE output layer where shapes on ABE layer1 overlap shapes on ABE layer2.

Arguments
|
Adds the function to the queue if set to |
Values Returned
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Adds shapes to the a3 ABE layer where a1 ABE layer shapes overlap the shapes on the a2 ABE layer.
abeLayerAnd( a1 a2 a3 )
Related Topics
Support for Multithreading in ABE Functions
Return to top