TechDraw VerticalExtentDimension: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:18-->
<!--T:18-->
{{Docnav
{{Docnav
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
|[[TechDraw_Dimension_Horizontal_Extent|Dimension Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Landmark|Dimension Landmark]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_Horizontal_Extent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_Dimension_Landmark.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 13: Line 14:
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=TechDraw Dimension Vertical Extent
|Name=TechDraw VerticalExtentDimension
|MenuLocation=TechDraw → Dimension Vertical Extent
|MenuLocation=TechDraw → Dimensions → Insert Vertical Extent Dimension
|Workbenches=[[TechDraw_Module|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 23: 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 '''TechDraw VerticalExtentDimension''' 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.

<!--T:22-->
For more information see [[TechDraw_HorizontalExtentDimension|TechDraw HorizontalExtentDimension]].


</translate>
</translate>
Line 29: Line 33:
<translate>
<translate>
<!--T:9-->
<!--T:9-->
{{Caption|Vertical Extent dimension of BSpline Face}}
{{Caption|Horizontal and vertical extent dimensions of a B-spline}}

==Usage== <!--T:3-->

<!--T:10-->
# 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
# A dimension will be added to the View. The dimension may be dragged to the desired position.

== Limitations == <!--T:11-->

<!--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.

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

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

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

<!--T:21-->
* {{PropertyData|MeasureType}}: {{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== <!--T:6-->

<!--T:14-->
{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

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

</translate>
{{Code|code=
selection = [(view1, 'Edge1'), (view1, 'Edge2')] #or [] for all
hExtentDim = TechDraw.Dimension.makeExtentDim(selection, VERTICAL)
rc = page.addView(hExtentDim)
}}
<translate>




<!--T:19-->
<!--T:19-->
{{Docnav
{{Docnav
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
|[[TechDraw_Dimension_Horizontal_Extent|Dimension Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Landmark|Dimension Landmark]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_Horizontal_Extent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_Dimension_Landmark.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 83: Line 49:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 19:03, 27 July 2023

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 TechDraw VerticalExtentDimension 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.

For more information see TechDraw HorizontalExtentDimension.

Horizontal and vertical extent dimensions of a B-spline