|
Menu location |
---|
Arch → Axis System |
Workbenches |
Arch |
Default shortcut |
None |
See also |
Arch Axis |
The Axis System tool allows you to combine 2 or 3 Arch Axis objects. The main function of this tool is to calculate intersection points between the different axes included in this system. Arch objects can then use this system to duplicate their shape on the different intersection points.
The above image shows three Arch Axis objects combined into one Axis System. A column object then uses this system as its Axis property, to have its shape duplicated at each intersection point.
The Axis System tool can by used in macros and from the python console by using the following function:
makeAxisSystem ([axes])
Makes an Axis System based on the given list of Arch Axis
Example:
import Arch a = Arch.makeAxis(5,2) Arch.makeAxisSystem([a])