Exit Full View

FooCAD / src / dist / extensions / uk.co.nickthecoder.foocad / arrange / v1 / help.txt

Positions a set of [Shape2d] or [Shape3d] objects in a line, with optional spacing between them.

_Example_
#
    return arrangeX( 20,
        item1,
        item2
    )
#