TechDraw HorizontalDimension/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/ru |Name=TechDraw Dimension Horizontal |Name/ru=TechDraw Dimension Horizontal |Workbenches=TechDraw |MenuLocation=TechDraw → Dimension...")
 
(Updating to match new version of source page)
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>

{{Docnav/ru
|[[TechDraw_LengthDimension/ru|Указать длину]]
|[[TechDraw_VerticalDimension/ru|Указать вертикальный размер]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|IconL=TechDraw_LengthDimension.svg
|IconR=TechDraw_VerticalDimension.svg
|IconC=Workbench_TechDraw.svg
}}

{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Указать горизонтальный размер
|Name=TechDraw Dimension Horizontal
|Name=TechDraw_HorizontalDimension
|Name/ru=TechDraw Dimension Horizontal
|MenuLocation=TechDraw → Размеры → Указать горизонтальный размер
|Workbenches=[[TechDraw Module/ru|TechDraw]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|MenuLocation=TechDraw → Dimension Horizontal
|Shortcut=
|Shortcut={{KEY|Shift}} + {{KEY|H}}
|SeeAlso=[[TechDraw_LengthDimension/ru|Указать длину]], [[TechDraw_VerticalDimension/ru|Указать вертикальный размер]]
|SeeAlso=
}}
}}


==Description==
<span id="Description"></span>
==Описание==
The Dimension Horizontal tool adds a horizontal dimension to a View. The dimension may be between two vertices, the length of one edge or the horizontal distance between 2 edges. The distance will initially be the projected distance (ie as shown on the drawing), but this may be changed to the actual 3D distance using the Link Dimension [[Image:LinkDimension.png|24px]] tool.
[[File:HorizontalSample.png|200px|center]]


The '''TechDraw HorizontalDimension''' tool adds a horizontal dimension to a View. The dimension may be the horizontal distance between two points or the horizontal length of a straight edge. As with the [[TechDraw_LengthDimension|TechDraw LengthDimension]] tool it is also possible to select two edges or a point and an edge, but these options make less sense for this tool.
==How to use==
# Select the points or edge which define your measurement.
# Press the {{KEY|[[Image:Dimension_Horizontal.png|24px]] [[TechDraw Dimension Horizontal|Dimension Horizontal]]}} button
# A dimension will be added to the View. The dimension may be dragged to the desired position.


For more information see [[TechDraw_LengthDimension|TechDraw LengthDimension]].
==Options==
None.


[[Image:TechDraw_Dimension_Horizontal_example.png|200px]]
==Properties==
<div class="mw-translate-fuzzy">
* {{PropertyData|X}}: Horizontal position of the dimension text relative to the View.
{{Caption|Горизонтальное расстояние указанное между двумя произвольными точками фигуры.}}
* {{PropertyData|Y}}: Vertical position of the dimension text relative to the View.
</div>
* {{PropertyData|Font}}: The name of the font to use for the dimension text.
* {{PropertyData|Fontsize}}: Dimension text size in mm.
* {{PropertyData|FormatSpec}}: Allows additional text to be added to the dimension text. Dimension value will replace %value%.
* {{PropertyData|LineWidth}}: Dimension line weight.
* {{PropertyData|Type}}: Length,radius,diameter, etc. Not normally manipulated by the end user.
* {{PropertyData|MeasureType}}: "True" - based on 3D geometry or "Projected" - based on the drawing. Not normally manipulated directly by the end user.



==Scripting==
{{Docnav/ru
Horizonatal dimensions can be added to Pages using Python.
|[[TechDraw_LengthDimension/ru|Указать длину]]
{{Code|code=
|[[TechDraw_VerticalDimension/ru|Указать вертикальный размер]]
dim1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDimension','Dimension')
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
dim1.Type = "DistanceX"
|IconL=TechDraw_LengthDimension.svg
dim1.References2D=[(view1, 'Edge1')]
|IconR=TechDraw_VerticalDimension.svg
rc = page.addView(dim1)
|IconC=Workbench_TechDraw.svg
}}
}}
==Notes==
* None at this time


{{TechDraw Tools navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}
<languages/>

Latest revision as of 06:46, 26 July 2023

Other languages:

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

Системное название
TechDraw_HorizontalDimension
Расположение в меню
TechDraw → Размеры → Указать горизонтальный размер
Верстаки
TechDraw
Быстрые клавиши
Shift + H
Представлено в версии
-
См. также
Указать длину, Указать вертикальный размер

Описание

The TechDraw HorizontalDimension tool adds a horizontal dimension to a View. The dimension may be the horizontal distance between two points or the horizontal length of a straight edge. As with the TechDraw LengthDimension tool it is also possible to select two edges or a point and an edge, but these options make less sense for this tool.

For more information see TechDraw LengthDimension.

Горизонтальное расстояние указанное между двумя произвольными точками фигуры.