0% found this document useful (0 votes)
28 views

Arch Axis

The Arch Axis tool allows users to place customizable axis systems in a document for object snapping and structural arrays. Axis systems can have adjustable distances, angles, lengths, numbering styles, and bubble sizes between axes. Structural elements can be added to axis systems to automatically array copies of the element along the axis lines or intersections.

Uploaded by

sicavelicu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Arch Axis

The Arch Axis tool allows users to place customizable axis systems in a document for object snapping and structural arrays. Axis systems can have adjustable distances, angles, lengths, numbering styles, and bubble sizes between axes. Structural elements can be added to axis systems to automatically array copies of the element along the axis lines or intersections.

Uploaded by

sicavelicu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

http://sourceforge.net/apps/mediawiki/free-cad/index.php?

title=Arch_Axis

Arch Axis
Description
The Axis tool allows you to places an axes system in the current document. The distance and the angle between axes is customizable, as well as the numbering style. The axes serve mainly as references to snap objects onto, but can also be used together with structures to create parametric arrays of beams or columns.

How to use
1. Press the
2.

Arch Axis button, or press A then X keys

Move/rotate the axes system to the desired position

3. Enter edit mode by double-clicking the axes system in the tree view to adjust its settings like number of axes, distances and angles between axes.

Options

Each axis in an axes system has its own distance and angle in relation to the previous axis. This allows to do very complex systems such as non-orthogonal systems, polar systems or any kind of nonuniform system. Axes length, size of the bubbles and numbering styles are customizable directly via the axes system's properties

Structural systems
The main use of axes systems is simply to give you reference lines to snap to, but they can also be used to automatically build structural arrays, such as columns grids and beam layouts:

To obtain that result, one or more axes systems must be added to a structural element, turning it into an array. If one axes system is added, the element is copied once on each line of the system, like the beams on the image above. If two systems are added, the element is copied once on each intersection of the two systems, like the columns on the image above. The same axes systems can of course be used in several structural objects.
1.

Create an Arch Structure object

2. Create one or more axes systems

3. Select one or more axes systems, then the structure object


4.

Press the

Arch Add button

5. By entering the edit mode of the structure object (double-clicking it in the tree view), you can add or remove axes systems from it.

Properties

DATA Length: The length of the axes VIEW Bubble Size: The size of the axis bubbles VIEW Numeration style: How the axes are numbered: 1,2,3,

A,B,C, etc...

Scripting
The Axis tool can by used in macros and from the python console by using the following function:
makeAxis ([number],[interval]): makes an Axis System based on the given number of axes and interval distance

Example:
import Arch Arch.makeAxis(5,2)

You might also like