abeLayerXor
abeLayerXor(o_abeLayer1 o_abeLayer2 o_abeOutputLayer[ ?queueg_queue] ) => t / nil
Description
Adds rectangles and polygons to the ABE output layer where ABE layer1 shapes and ABE layer2 shapes do not overlap.

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 shapes on the a1 ABE layer and the a2 layer do not overlap.
abeLayerXor( a1 a2 result )
Related Topics
Support for Multithreading in ABE Functions
Return to top