TechDraw LinkDimension: Difference between revisions

From FreeCAD Documentation
(Vertical GuiCommand; removed empty parameter; see also TechDraw NewView, TechDraw NewProjGroup)
({{Button}} instead of {{KEY}} template; 16px image)
Line 15: Line 15:
# Create your Dimension on the drawing page as usual.
# 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.
# 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
# Press the {{Button|[[Image:TechDraw_Dimension_Link.svg|16px]] [[TechDraw Dimension Link|Dimension Link]]}} button
# A dialog will open. Select 1 or more Dimensions to be linked to the selected 3D geometry.
# A dialog will open. Select 1 or more Dimensions to be linked to the selected 3D geometry.
# Press "OK"
# Press "OK"

Revision as of 00:39, 26 November 2018

TechDraw Dimension Link

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

Description

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

How to use

  1. Create your Dimension on the drawing page as usual.
  2. Select geometry (ex an Edge) in the 3D model view that corresponds to one of your Dimensions.
  3. Press the Dimension Link button
  4. A dialog will open. Select 1 or more Dimensions to be linked to the selected 3D geometry.
  5. Press "OK"

Options

None.

Properties

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

Scripting

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

Limitations

  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.