schDistribute
schDistribute(l_lists_justify) => t / nil
Description
Arranges objects at equal distance in the specified direction in the schematic or symbol view.
Arguments
|
Direction of arranging objects with equal space, such as horizontal or vertical. |
Value Returned
Examples
schDistribute( geGetSelSet() 'vertical )
schDistribute( geGetSelSet() 'horizontal )
Related Topics
Return to top