abeLayerShrink
abeLayerShrink(o_abeInputLayer o_abeOutputLayer[ ?northg_sizeNorth] [ ?southg_sizeSouth] [ ?eastg_sizeEast] [ ?westg_sizeWest] [ ?queueg_queue] ) => t / nil
Description
Decreases the size of shapes from the input ABE layer and outputs them to the ABE output layer. Shapes can be reduced by different distances in the north, south, east, and west directions.

Arguments
Values Returned
|
The reduced shapes are added to the 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 from the a1 ABE layer that have been decreased in size by 0.05 on the south side to the result ABE layer.
abeLayerShrink( a1 result ?south 0.05)
Related Topics
Support for Multithreading in ABE Functions
Return to top