Arch: Axis

From FreeCAD Documentation
Revision as of 07:17, 12 August 2018 by Luc (talk | contribs)

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.

Imaginea de mai jos arată două obiecte diferite poziționate perpendicular una pe cealaltă

How to use

  1. apăsați tasta Arch Axis, sau A then X keys
  2. Move/rotate axele sistemului în poziția dorită
  3. Intrați în modul de editare făcând dublu clic pe sistemul de axe din vizualizarea arborescentă pentru a regla setările sale, cum ar fi numărul de axe, distanțele și unghiurile dintre axe.

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)