abeLayerOr
abeLayerOr(o_abeInputLayer o_abeOutputLayer[ ?queueg_queue] ) => t / nil
Description
Adds shapes from the input ABE layer to the ABE output layer.

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 a1 ABE layer shapes to the result ABE layer.
abeLayerOr( a1 result )
Related Topics
Support for Multithreading in ABE Functions
Return to top