TechDraw VerticalExtentDimension: Difference between revisions

From FreeCAD Documentation
m (Roy 043 moved page TechDraw Dimension Vertical Extent to TechDraw VerticalExtentDimension without leaving a redirect: Part of translatable page "TechDraw Dimension Vertical Extent")
(Updated to match new page names.)
Line 4: Line 4:
<!--T:18-->
<!--T:18-->
{{Docnav
{{Docnav
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
|[[TechDraw_Dimension_Horizontal_Extent|Dimension Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Link|Dimension Link]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_Horizontal_Extent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_Dimension_Link.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 14: Line 14:
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=TechDraw Dimension Vertical Extent
|Name=TechDraw VerticalExtentDimension
|MenuLocation=TechDraw → Dimensions → Insert Vertical Extent Dimension
|MenuLocation=TechDraw → Dimensions → Insert Vertical Extent Dimension
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Version=0.19
|Version=0.19
|SeeAlso=[[TechDraw_Dimension_Length|TechDraw Dimension Length]], [[TechDraw_Dimension_Horizontal Extent|TechDraw Dimension Horizontal Extent]]
|SeeAlso=[[TechDraw_LengthDimension|TechDraw LengthDimension]], [[TechDraw_HorizontalExtentDimension|TechDraw HorizontalExtentDimension]]
}}
}}


Line 24: Line 24:


<!--T:8-->
<!--T:8-->
The Dimension Vertical Extent tool adds a linear dimension to a View. The dimension extends from the bottom most point on the selected objects to the top most point. A CosmeticVertex will be placed at each point.
The Vertical Extent Dimension tool adds a linear dimension to a View. The dimension extends from the bottom most point on the selected objects to the top most point. A CosmeticVertex will be placed at each point.


</translate>
</translate>
Line 36: Line 36:
<!--T:10-->
<!--T:10-->
# Select a View or a collection of Edges in a View.
# Select a View or a collection of Edges in a View.
# Press the {{Button|[[Image:TechDraw_Dimension_Vertical_Extent.svg|16px]] [[TechDraw_Dimension_Vertical Extent|Dimension Vertical Extent]]}} button
# Press the {{Button|[[Image:TechDraw_VerticalExtentDimension.svg|16px]] [[TechDraw_VerticalExtentDimension|Vertical Extent Dimension]]}} button
# A dimension will be added to the View. The dimension may be dragged to the desired position.
# A dimension will be added to the View. The dimension may be dragged to the desired position.


Line 42: Line 42:


<!--T:12-->
<!--T:12-->
Dimension objects are vulnerable to "[[topological_naming_problem|topological naming]]" issues. See the information in the {{Button|[[Image:TechDraw_Dimension_Length.svg|16px]] [[TechDraw_Dimension_Length|TechDraw Dimension Length]]}} tool for more information.
Dimension objects are vulnerable to the "[[Topological_naming_problem|topological naming problem]]". See [[TechDraw_LengthDimension|TechDraw LengthDimension]] for more information.


==Properties== <!--T:5-->
==Properties== <!--T:5-->


<!--T:13-->
<!--T:13-->
This object has the same properties as the [[TechDraw_Dimension_Length|TechDraw Dimension Length]] tool. See that tool for details. Exceptions noted.
See [[TechDraw_LengthDimension#Properties|TechDraw LengthDimension]]. Exceptions noted below.


=== Data === <!--T:20-->
=== Data === <!--T:20-->
Line 60: Line 60:


<!--T:15-->
<!--T:15-->
The Dimension Vertical Extent tool can be used in [[Macros|macros]] and from the [[Python|Python]] console by using the following functions:
The Vertical Extent Dimension tool can be used in [[Macros|macros]] and from the [[Python|Python]] console by using the following functions:


</translate>
</translate>
Line 73: Line 73:
<!--T:19-->
<!--T:19-->
{{Docnav
{{Docnav
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
|[[TechDraw_Dimension_Horizontal_Extent|Dimension Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Link|Dimension Link]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_Horizontal_Extent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_Dimension_Link.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 84: Line 84:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 17:58, 15 September 2021

TechDraw VerticalExtentDimension

Menu location
TechDraw → Dimensions → Insert Vertical Extent Dimension
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
TechDraw LengthDimension, TechDraw HorizontalExtentDimension

Description

The Vertical Extent Dimension tool adds a linear dimension to a View. The dimension extends from the bottom most point on the selected objects to the top most point. A CosmeticVertex will be placed at each point.

Vertical Extent dimension of BSpline Face

Usage

  1. Select a View or a collection of Edges in a View.
  2. Press the Vertical Extent Dimension button
  3. A dimension will be added to the View. The dimension may be dragged to the desired position.

Limitations

Dimension objects are vulnerable to the "topological naming problem". See TechDraw LengthDimension for more information.

Properties

See TechDraw LengthDimension. Exceptions noted below.

Data

  • DataMeasureType: true - based on 3D geometry or "Projected" - based on the drawing. Not normally manipulated directly by the end user. Not yet implemented for Dimension Vertical Extent.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

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

selection = [(view1, 'Edge1'), (view1, 'Edge2')]  #or [] for all
hExtentDim = TechDraw.Dimension.makeExtentDim(selection, VERTICAL)
rc = page.addView(hExtentDim)