TechDraw VerticalExtentDimension: Difference between revisions

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

<!--T:18-->
<!--T:18-->
{{Docnav
{{Docnav
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
|[[TechDraw_Dimension_Horizontal Extent|New Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Landmark |New Landmark Dimension]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_HExtent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=Techdraw-landmarkdistance.svg
}}
}}


<!--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
|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 22: 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>
[[Image:TechDraw_Dimension_Horizontal_Extent_example.png]]
[[Image:TechDraw_Dimension_Horizontal_Extent_example.png|400px]]
<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_VExtent.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|New Horizontal Extent]]
|[[TechDraw_LinkDimension|LinkDimension]]
|[[TechDraw_Dimension_Landmark |New Landmark Dimension]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_HExtent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=Techdraw-landmarkdistance.svg
}}
}}


<!--T:16-->
{{TechDraw Tools navi}}

<!--T:17-->
{{Userdocnavi}}
</translate>
</translate>
{{TechDraw Tools navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

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