TechDraw VerticalExtentDimension/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "!!FUZZY!!{{Docnav/ru |Dimension Horizontal Extent |Dimension Link |TechDraw_Workbench/ru|Верс...")
 
(Updating to match new version of source page)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[TechDraw_HorizontalExtentDimension/ru|Указать горизонтальный габаритный размер]]
|[[TechDraw_Dimension_Horizontal_Extent/ru|Dimension Horizontal Extent]]
|[[TechDraw_LinkDimension/ru|Связать размер с 3D геометрией]]
|[[TechDraw_Dimension_Link/ru|Dimension Link]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|[[TechDraw_Workbench/ru|Верстак "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
}}
}}
</div>


{{GuiCommand
{{GuiCommand/ru
|Name/ru=Указать вертикальный габаритный размер
|Name=TechDraw Dimension Vertical Extent
|Name=TechDraw_VerticalExtentDimension
|MenuLocation=TechDraw → Dimensions → Insert Vertical Extent Dimension
|MenuLocation=TechDraw → Размеры → Указать вертикальный габаритный размер
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|Version=0.19
|Version=0.19
|SeeAlso=[[TechDraw_LengthDimension/ru|Указать длину]], [[TechDraw_HorizontalExtentDimension/ru|Указать горизонтальный габаритный размер]]
|SeeAlso=[[TechDraw_Dimension_Length|TechDraw Dimension Length]], [[TechDraw_Dimension_Horizontal Extent|TechDraw Dimension Horizontal Extent]]
}}
}}


==Description==
<span id="Description"></span>
==Описание==


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.

For more information see [[TechDraw_HorizontalExtentDimension|TechDraw HorizontalExtentDimension]].


[[Image:TechDraw_Dimension_Horizontal_Extent_example.png|400px]]
[[Image:TechDraw_Dimension_Horizontal_Extent_example.png|400px]]
{{Caption|Vertical Extent dimension of BSpline Face}}
{{Caption|Horizontal and vertical extent dimensions of a B-spline}}


==Usage==


{{Docnav/ru
# Select a View or a collection of Edges in a View.
|[[TechDraw_HorizontalExtentDimension/ru|Указать горизонтальный габаритный размер]]
# Press the {{Button|[[Image:TechDraw_Dimension_Vertical_Extent.svg|16px]] [[TechDraw_Dimension_Vertical Extent|Dimension Vertical Extent]]}} button
|[[TechDraw_LinkDimension/ru|Связать размер с 3D геометрией]]
# A dimension will be added to the View. The dimension may be dragged to the desired position.
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]

|IconL=TechDraw_HorizontalExtentDimension.svg
== Limitations ==
|IconR=TechDraw_LinkDimension.svg

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==

This object has the same properties as the [[TechDraw_Dimension_Length|TechDraw Dimension Length]] tool. See that tool for details. Exceptions noted.

=== Data ===

* {{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==

{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

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

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


{{Docnav
|[[TechDraw_Dimension_Horizontal_Extent|Dimension Horizontal Extent]]
|[[TechDraw_Dimension_Link|Dimension Link]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Dimension_Horizontal_Extent.svg
|IconR=TechDraw_Dimension_Link.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 69: Line 41:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 19:03, 27 July 2023

Other languages:

Указать вертикальный габаритный размер

Системное название
TechDraw_VerticalExtentDimension
Расположение в меню
TechDraw → Размеры → Указать вертикальный габаритный размер
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Указать длину, Указать горизонтальный габаритный размер

Описание

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