TechDraw VerticalExtentDimension: Difference between revisions

From FreeCAD Documentation
(Created page with "<languages/> <translate> <!--T:18--> {{Docnav|New Horizontal Extent|New Vertical Extent|TechD...")
 
(Marked this version for translation)
 
(38 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:18-->
<!--T:18-->
{{Docnav
{{Docnav|[[TechDraw_Dimension_Horizontal Extent|New Horizontal Extent]]|[[TechDraw_Dimension_Vertical Extent|New Vertical Extent]]|[[TechDraw_Module|TechDraw]]|IconL=TechDraw_Dimension_HExtent.svg|IconC=Workbench_TechDraw.svg|IconR=TechDraw_Dimension_HExtent.svg}}
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]

|[[TechDraw_LinkDimension|LinkDimension]]
<!--T:1-->
|[[TechDraw_Workbench|TechDraw]]
{{GuiCommand
|IconL=TechDraw_HorizontalExtentDimension.svg
|Name=TechDraw Dimension Length
|IconR=TechDraw_LinkDimension.svg
|MenuLocation=TechDraw → Dimension Length
|IconC=Workbench_TechDraw.svg
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=[[TechDraw Dimension Vertical|TechDraw Dimension Vertical]], [[TechDraw Dimension Vertical|TechDraw Dimension Vertical]]
}}
}}
TechDraw_Dimension_Length


<!--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 Vertical 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 '''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_Vertical_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}}


==How to use== <!--T:3-->


<!--T:10-->
<!--T:19-->
{{Docnav
# Select a View or a collection of Edges in a View.
|[[TechDraw_HorizontalExtentDimension|HorizontalExtentDimension]]
# Press the {{Button|[[Image:TechDraw_Dimension_HExtent.svg|16px]] [[TechDraw Dimension Vertical Extent|Dimension Vertical Extent]]}} button
|[[TechDraw_LinkDimension|LinkDimension]]
# A dimension will be added to the View. The dimension may be dragged to the desired position.
|[[TechDraw_Workbench|TechDraw]]

|IconL=TechDraw_HorizontalExtentDimension.svg
== Limitations == <!--T:11-->
|IconR=TechDraw_LinkDimension.svg

|IconC=Workbench_TechDraw.svg
<!--T:12-->
Dimension objects are vulnerable to "topological naming" issues. See the information in the [[TechDraw Dimension Length]] tool for more information.

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

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

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

* {{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]] and [[FreeCAD Scripting Basics]].

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

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


<!--T:19-->
{{Docnav|[[TechDraw_Dimension_Horizontal Extent|New Horizontal Extent]]|[[TechDraw_Dimension_Vertical Extent|New Vertical Extent]]|[[TechDraw_Module|TechDraw]]|IconL=TechDraw_Dimension_HExtent.svg|IconC=Workbench_TechDraw.svg|IconR=TechDraw_Dimension_HExtent.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