TechDraw LinkDimension/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==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 val...")
(Updating to match new version of source page)
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{GuiCommand|Name=TechDraw Dimension Link|Workbenches=[[TechDraw Module|TechDraw]]|MenuLocation=TechDraw → Dimension Link|Shortcut=? ?|SeeAlso=}}
<div class="mw-translate-fuzzy">
{{Docnav/ro
|[[TechDraw_Dimension_Angle3Pt|New Angle3Pt]]
|[[TechDraw_Balloon|New Ballon]]
|[[TechDraw_Module|TechDraw]]
|IconL=TechDraw_Dimension_Angle3Pt.png
|IconC=Workbench_TechDraw.svg
|IconR=TechDraw Balloon.svg
}}
</div>

<div class="mw-translate-fuzzy">
{{GuiCommand/ro
|Name/ro=TechDraw Dimension Link
|MenuLocation=TechDraw → Dimension Link
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=[[TechDraw NewView|TechDraw NewView]], [[TechDraw NewProjGroup|TechDraw NewProjGroup]]
}}
</div>


<div class="mw-translate-fuzzy">
==Descriere==
==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.
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.
</div>


The Dimension Link tool creates a link between 3D geometry and 1 or more existing projected Dimensions on a Page. This link allows the Dimension to use actual 3D values instead of 2D projected values.
==How to use==
# Create your Dimension on the drawing page as usual.
# Select geometry (ex an Edge) in the 3D model view that corresponds to one of your Dimensions.
# Press the {{KEY|[[Image:TechDraw_Dimension_Link.png|24px]] [[TechDraw Dimension Link|Dimension Link]]}} button
# A dialog will open. Select 1 or more Dimensions to be linked to the selected 3D geometry.
# Press "OK"


The Dimension Link tool's most common use is in dimensioning isometric views in a ProjectionGroup. The projected length of an Edge in an isometric view will, of course, not necessarily equal the actual length of the Edge. In an orthogonal view the projected and actual lengths will be equal.
==Options==

None.
The Dimension Link instructs the Dimension to compute it's value directly from the 3D geometry.

<div class="mw-translate-fuzzy">
==Cum se folosește==
# Creați Dimensiunea dvs. pe pagina de desen, ca de obicei.
# Selectați geometria (ex Edge) în vizualizarea modelului 3D care se potrivește dimensiunilor dvs..
# Apăsați butonul {{KEY|[[Image:TechDraw_Dimension_Link.png|24px]] [[TechDraw Dimension Link|Dimension Link]]}}
#Se va deschide un dialog. Selectați 1 sau mai multe Dimensiuni care să se lege la geometria 3D selectată.
# Apăsați "OK"
</div>

# Create an appropriate dimension on the drawing page using any of [[TechDraw_Dimension_Length|Dimension Length]], [[TechDraw_Dimension_Horizontal|Dimension Horizontal]], etc. This dimension will be in the right place on the Page, but will show the projected dimension value.
# Select the geometry in the 3D view, for example, an edge, that corresponds to the projected geometry of your dimension.
# Press the {{Button|[[Image:TechDraw_Dimension_Link.svg|16px]] [[TechDraw Dimension Link|Dimension Link]]}} button.
# A dialog will open. Select one or more Dimensions to be linked to the selected 3D geometry.
# Press {{Button|OK}}.

After the link operation is completed the {{PropertyData|MeasureType}} property of the dimension changes from {{incode|Projected}} to {{incode|True}}.

<div class="mw-translate-fuzzy">
==Limitări==
# Legăturile dimensionale sunt foarte sensibile la problema "Topological Naming". Se recomandă să conectați dimensiunile la unul din ultimii pași ai procesului dvs.
# Instrumentul Link nu vă împiedică să creați legături ilogice.
# În prezent, nu există nicio modalitate de rupere a unui link. Puteți redefini MeasureType înapoi la Projected și Dimensiunea va folosi valoarea proiectată în locul valorii efective.
</div>

Dimension objects are vulnerable to "topological naming" issues. See the information in the [[TechDraw Dimension Length|TechDraw Dimension Length]] tool for more information. It is recommended that linking dimensions be one of the last steps in your drawing process.

The link tool will not stop you from making illogical links, so you need to choose the correct edge from the 3D view when creating the link.

There is currently no way to break a link; you can change the {{PropertyData|MeasureType}} back to {{incode|Projected}} so that the dimension will use the projected value instead of the linked value.

Note that if the Dimension to be linked is based on two vertices, you should select two vertices in the 3D view. Similarly if the Dimension is based on an edge, you should select an edge in the 3D view.

<div class="mw-translate-fuzzy">
==Proprietăți==
# Proprietatea MeasureType a Dimensiunii legate a fi schimbată din "Projected" în "True".
</div>


==Properties==
# The MeasureType property of a linked Dimension will be changed from "Projected" to "True".
# The MeasureType property of a linked Dimension will be changed from "Projected" to "True".


<div class="mw-translate-fuzzy">
==Scripting==
==Script==
Dimensions can be linked to 3D geometry using Python.
Dimensiunile pot fi legate de geometria 3D folosind Python.
</div>

{{Emphasis|See also:}} [[TechDraw API|TechDraw API]] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].

The Dimension Link tool can be used in [[macros|macros]] and from the [[Python|Python]] console by using the following functions:

{{Code|code=
{{Code|code=
to be defined
tbd
}}


<div class="mw-translate-fuzzy">
{{Docnav/ro
|[[TechDraw_Dimension_Angle3Pt|New Angle3Pt]]
|[[TechDraw_Balloon|New Ballon]]
|[[TechDraw_Module|TechDraw]]
|IconL=TechDraw_Dimension_Angle3Pt.png
|IconC=Workbench_TechDraw.svg
|IconR=TechDraw Balloon.svg
}}
}}
</div>
==Limitations==
# 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.
# 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.


{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 21:54, 21 March 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

TechDraw Dimension Link

poziția meniului
TechDraw → Dimension Link
Ateliere
TechDraw
scurtătură
nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
TechDraw NewView, TechDraw NewProjGroup

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.

The Dimension Link tool creates a link between 3D geometry and 1 or more existing projected Dimensions on a Page. This link allows the Dimension to use actual 3D values instead of 2D projected values.

The Dimension Link tool's most common use is in dimensioning isometric views in a ProjectionGroup. The projected length of an Edge in an isometric view will, of course, not necessarily equal the actual length of the Edge. In an orthogonal view the projected and actual lengths will be equal.

The Dimension Link instructs the Dimension to compute it's value directly from the 3D geometry.

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 să se lege la geometria 3D selectată.
  5. Apăsați "OK"
  1. Create an appropriate dimension on the drawing page using any of Dimension Length, Dimension Horizontal, etc. This dimension will be in the right place on the Page, but will show the projected dimension value.
  2. Select the geometry in the 3D view, for example, an edge, that corresponds to the projected geometry of your dimension.
  3. Press the Dimension Link button.
  4. A dialog will open. Select one or more Dimensions to be linked to the selected 3D geometry.
  5. Press OK.

After the link operation is completed the DateMeasureType property of the dimension changes from Projected to True.

Limitări

  1. Legăturile dimensionale sunt foarte sensibile la problema "Topological Naming". Se recomandă să conectați dimensiunile la unul din ultimii pași ai procesului dvs.
  2. Instrumentul Link nu vă împiedică să creați legături ilogice.
  3. În prezent, nu există nicio modalitate de rupere a unui link. Puteți redefini MeasureType înapoi la Projected și Dimensiunea va folosi valoarea proiectată în locul valorii efective.

Dimension objects are vulnerable to "topological naming" issues. See the information in the TechDraw Dimension Length tool for more information. It is recommended that linking dimensions be one of the last steps in your drawing process.

The link tool will not stop you from making illogical links, so you need to choose the correct edge from the 3D view when creating the link.

There is currently no way to break a link; you can change the DateMeasureType back to Projected so that the dimension will use the projected value instead of the linked value.

Note that if the Dimension to be linked is based on two vertices, you should select two vertices in the 3D view. Similarly if the Dimension is based on an edge, you should select an edge in the 3D view.

Proprietăți

  1. Proprietatea MeasureType a Dimensiunii legate a fi schimbată din "Projected" în "True".
  1. The MeasureType property of a linked Dimension will be changed from "Projected" to "True".

Script

Dimensiunile pot fi legate de geometria 3D folosind Python.

See also: TechDraw API and FreeCAD Scripting Basics.

The Dimension Link tool can be used in macros and from the Python console by using the following functions:

to be defined