TechDraw LinkDimension/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==Script== Dimensiunile pot fi legate de geometria 3D folosind Python.")
(Created page with "==Limitări== # Dimension links are very sensitive to the "Topological Naming" problem. It is recommended that linking Dimensions be one of the last steps in your process. #...")
Line 23: Line 23:
tbd
tbd
}}
}}
==Limitations==
==Limitări==
# Dimension links are very sensitive to the "Topological Naming" problem. It is recommended that linking Dimensions be one of the last steps in your process.
# Dimension links are very sensitive to the "Topological Naming" problem. It is recommended that linking Dimensions be one of the last steps in your process.
# The Link tool will not stop you from making illogical links.
# The Link tool will not stop you from making illogical links.

Revision as of 10:16, 23 September 2018

TechDraw Dimension Link

Menu location
TechDraw → Dimension Link
Workbenches
TechDraw
Default shortcut
? ?
Introduced in version
-
See also
None

Descriere

Instrumentul Dimension Link crează o legătură între geometria 3D și 1 sau mai multe Dimensiuni pe o Pagină. Legătura permite Dimensiunii să utilizeze valorile 3D actuale în locul valorilor proiectate 2D.

Cum se folosește

  1. Creați Dimensiunea dvs. pe pagina de desen, ca de obicei.
  2. Selectați geometria (ex Edge) în vizualizarea modelului 3D care se potrivește dimensiunilor dvs..
  3. Apăsați butonul File:TechDraw Dimension Link.png Dimension Link
  4. Se va deschide un dialog. Selectați 1 sau mai multe Dimensiuni care vor fi legate la geometria 3D selectată.
  5. Apăsați "OK"

Opțiuni

Niciuna.

Proprietăți

  1. Propreitatea MeasureType a Dimensiunii legate a fi schimbată din "Projected" în "True".

Script

Dimensiunile pot fi legate de geometria 3D folosind Python.

tbd

Limitări

  1. Dimension links are very sensitive to the "Topological Naming" problem. It is recommended that linking Dimensions be one of the last steps in your process.
  2. The Link tool will not stop you from making illogical links.
  3. There is currently no way to break a link. You can change the MeasureType back to Projected and the Dimension will use the Projected value instead of the True value.