Arch Axis/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 4: Line 4:
==Description==
==Description==


The Axis tool allows you to places a series of axes 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 [[Arch AxisSystem|Axes Systems]], and can also be referenced by other Arch objects to create parametric arrays, for example of beams or columns.
Instrumentul Axis permite plasați o serie de axe în documentul curent. Distanța și unghiul dintre axe sunt personalizabile, precum și stilul de numerotare. Axa servește în principal ca trimiteri la obiecte de tip ancoră (snap), dar poate fi folosită și împreună cu [[Arch AxisSystem|Axes Systems]], și poate fi conectat de alte obiecte Arch pentru a crea rețele parametrice, de exemplu grinzi sau coloane.


[[Image:Arch Axis example.jpg|600px]]
[[Image:Arch Axis example.jpg|600px]]

Revision as of 07:14, 12 August 2018

Arch Axis

Menu location
Arch → Axis
Workbenches
Arch
Default shortcut
A X
Introduced in version
-
See also
Axis System

Description

Instrumentul Axis vă permite să plasați o serie de axe în documentul curent. Distanța și unghiul dintre axe sunt personalizabile, precum și stilul de numerotare. Axa servește în principal ca trimiteri la obiecte de tip ancoră (snap), dar poate fi folosită și împreună cu Axes Systems, și poate fi conectat de alte obiecte Arch pentru a crea rețele parametrice, de exemplu grinzi sau coloane.

The image above shows two different axis objects positioned perpendicularly to each other

How to use

  1. Press the Arch Axis button, or press A then X keys
  2. 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.

Opţiuni

  • Each axis in the series 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 non-uniform system
  • Double-clicking the axis in the tree view allows to edit the distances, angles and labels of each axis
  • Axes length, size of the bubbles and numbering styles are customizable directly via the axes system's properties
  • Each axis can also display a label, also editable via the task panel dialog

Proprietăți

  • DateLength: The length of the axes
  • VizualizareBubble Size: The size of the axis bubbles
  • VizualizareNumeration style: How the axes are numbered: 1,2,3, A,B,C, etc...
  • VizualizareBubble Position: Where the bubble is placed on the axis: At start point, endpoint, both or none.
  • VizualizareFont Name: A font to draw the bubble number and/or labels
  • VizualizareFont Size: The size of the label text only (bubble text is controlled by the bubble size)
  • VizualizareShow Labels: Turns the display of the label texts on/off

Script

Instrumentul Axis poate fi utilizat în macros și de la consola python utilizând umătoarea funcție:

makeAxis ([number],[interval])
makes an axes series bazat pe numărul dat de axe și de intervalul dintre ele

Exempluː

import Arch
Arch.makeAxis(5,2)