TechDraw HorizontalDimension/ru: Difference between revisions

From FreeCAD Documentation
(Part of translatable page "TechDraw Dimension Horizontal")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

!!FUZZY!!{{Docnav/ru
<div class="mw-translate-fuzzy">
{{Docnav/ru
|[[TechDraw_Dimension_Length/ru|Dimension Length]]
|[[TechDraw_Dimension_Length/ru|Dimension Length]]
|[[TechDraw_Dimension_Vertical/ru|Dimension Vertical]]
|[[TechDraw_Dimension_Vertical/ru|Dimension Vertical]]
Line 8: Line 10:
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
!!FUZZY!!{{GuiCommand/ru
{{GuiCommand/ru
|Name=TechDraw Dimension Horizontal
|Name=TechDraw Dimension Horizontal
|Name/ru=TechDraw Dimension Horizontal
|Name/ru=TechDraw Dimension Horizontal
Line 17: Line 21:
|SeeAlso=[[TechDraw_Dimension_Length/ru|TechDraw Dimension Length]], [[TechDraw_Dimension_Vertical/ru|TechDraw Dimension Vertical]]
|SeeAlso=[[TechDraw_Dimension_Length/ru|TechDraw Dimension Length]], [[TechDraw_Dimension_Vertical/ru|TechDraw Dimension Vertical]]
}}
}}
</div>


==Описание==
==Описание==


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 {{Button|[[Image:TechDraw_Dimension_Link.svg|16px]] [[TechDraw_Dimension_Link|Link Dimension]]}} tool.
The Horizontal Dimension 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 {{Button|[[Image:TechDraw_LinkDimension.svg|16px]] [[TechDraw_LinkDimension|TechDraw LinkDimension]]}} tool.


[[Image:TechDraw_Dimension_Horizontal_example.png|200px]]
[[Image:TechDraw_Dimension_Horizontal_example.png|200px]]
Line 28: Line 33:


# Select the points or edge which define your measurement.
# Select the points or edge which define your measurement.
# Press the {{Button|[[Image:TechDraw_Dimension_Horizontal.svg|16px]] [[TechDraw_Dimension_Horizontal|Dimension Horizontal]]}} button
# Press the {{Button|[[Image:TechDraw_HorizontalDimension.svg|16px]] [[TechDraw_HorizontalDimension|Horizontal Dimension]]}} button
# A dimension will be added to the View. The dimension may be dragged to the desired position.
# A dimension will be added to the View. The dimension may be dragged to the desired position.
# If needed, add tolerances as described in [[TechDraw_Geometric_dimensioning_and_tolerancing#Tolerances|this page]].
# If needed, add tolerances as described in [[TechDraw_Geometric_dimensioning_and_tolerancing#Tolerances|this page]].


To change the properties of a dimension object either double-clicking it in the drawing or in the [[Tree_view|Tree view]]. This will open the [[TechDraw_Dimension_Length#Dimension_dialog|dimension dialog]].
To change the properties of a dimension object either double-clicking it in the drawing or in the [[Tree_view|Tree view]]. This will open the [[TechDraw_LengthDimension#Dimension_dialog|dimension dialog]].


== Ограничения ==
== Ограничения ==


Dimension objects are vulnerable to "topological naming" issues. See the information in the [[TechDraw_Dimension_Length|TechDraw Dimension Length]] tool for more information.
Dimension objects are vulnerable to the "[[Topological_naming_problem|topological naming problem]]". See [[TechDraw_LengthDimension|TechDraw LengthDimension]] for more information.


==Свойства==
==Свойства==


See [[TechDraw_LengthDimension#Properties|TechDraw LengthDimension]].
This object has the same properties as the [[TechDraw_Dimension_Length|TechDraw Dimension Length]] tool. See that tool for details.


==Программирование==
==Программирование==
Line 46: Line 51:
{{Emphasis|См. так же:}} [[TechDraw_API/ru|TechDraw API]] и [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов FreeCAD]].
{{Emphasis|См. так же:}} [[TechDraw_API/ru|TechDraw API]] и [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов FreeCAD]].


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


{{Code|code=
{{Code|code=
Line 56: Line 61:




<div class="mw-translate-fuzzy">
!!FUZZY!!{{Docnav/ru
{{Docnav/ru
|[[TechDraw_Dimension_Length/ru|Dimension Length]]
|[[TechDraw_Dimension_Length/ru|Dimension Length]]
|[[TechDraw_Dimension_Vertical/ru|Dimension Vertical]]
|[[TechDraw_Dimension_Vertical/ru|Dimension Vertical]]
Line 64: Line 70:
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
</div>


{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 19:32, 15 September 2021

Other languages:

TechDraw Dimension Horizontal

Системное название
TechDraw Dimension Horizontal
Расположение в меню
TechDraw → Dimension Horizontal
Верстаки
TechDraw
Быстрые клавиши
Shift + H
Представлено в версии
-
См. также
TechDraw Dimension Length, TechDraw Dimension Vertical

Описание

The Horizontal Dimension 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 TechDraw LinkDimension tool.

Length dimension taken from two arbitrary nodes of the view; the distance is measured horizontally

Применение

  1. Select the points or edge which define your measurement.
  2. Press the Horizontal Dimension button
  3. A dimension will be added to the View. The dimension may be dragged to the desired position.
  4. If needed, add tolerances as described in this page.

To change the properties of a dimension object either double-clicking it in the drawing or in the Tree view. This will open the dimension dialog.

Ограничения

Dimension objects are vulnerable to the "topological naming problem". See TechDraw LengthDimension for more information.

Свойства

See TechDraw LengthDimension.

Программирование

См. так же: TechDraw API и Основы составления скриптов FreeCAD.

The Horizontal Dimension tool can be used in macros and from the Python console by using the following functions:

dim1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDimension','Dimension')
dim1.Type = "DistanceX"
dim1.References2D=[(view1, 'Edge1')]
rc = page.addView(dim1)