abeLayerAndNot
abeLayerAndNot(o_abeLayer1 o_abeLayer2 o_abeOutputLayer[ ?queueg_queue] ) => t/ nil
Description
Adds shapes to the ABE output layer where shapes on layer1 do not overlap shapes on 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 result ABE layer where a1 ABE layer shapes do not overlap shapes on the a2 ABE layer.
abeLayerAndNot( a1 a2 result )
Related Topics
Support for Multithreading in ABE Functions
Return to top