abeLayerSize
abeLayerSize(o_abeInputLayer o_abeOutputLayer g_size[ ?queueg_queue] ) => t / nil
Description
Adds shapes that have been increased or decreased in size from the ABE input layer to the ABE output layer.

Arguments
Values Returned
|
New shapes are created on the ABE output layer or the function was queued. |
|
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Adds shapes that have been expanded by 0.05 in all directions from the a1 ABE layer to the result ABE layer.
abeLayerSize( a1 result 0.05 )
Related Topics
Support for Multithreading in ABE Functions
Return to top