TechDraw DiameterDimension/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav/ru
|[[TechDraw_Dimension_Radius|Dimension Radius]]
|[[TechDraw_RadiusDimension/ru|Указать радиус]]
|[[TechDraw_Dimension_Angle|Dimension Angle]]
|[[TechDraw_AngleDimension/ru|Указать угловой размер]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|IconL=TechDraw_Dimension_Radius.svg
|IconL=TechDraw_RadiusDimension.svg
|IconR=TechDraw_Dimension_Angle.svg
|IconR=TechDraw_AngleDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Указать диаметр
|Name=TechDraw Dimension Diameter
|Name=TechDraw_DiameterDimension
|Name/ru=TechDraw Dimension Diameter
|MenuLocation=TechDraw → Dimension Diameter
|MenuLocation=TechDraw → Размеры → Указать диаметр
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|SeeAlso=[[TechDraw_Dimension_Radius/ru|TechDraw Dimension Radius]]
|SeeAlso=[[TechDraw_RadiusDimension/ru|Указать радиус]]
}}
}}
</div>


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


The Dimension Diameter tool adds a diameter dimension to a View. The dimension may be applied to any circular in the drawing. 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 '''TechDraw DiameterDimension''' tool adds a diameter dimension to a View. The dimension may be applied to any edge which is a circle or circular arc.

For more information see [[TechDraw_RadiusDimension|TechDraw RadiusDimension]].


[[Image:TechDraw_Dimension_Diameter_example.png|130px]]
[[Image:TechDraw_Dimension_Diameter_example.png|130px]]
{{Caption|Measuring a circle, indicating the diameter}}
{{Caption|Measuring a circle, indicating the diameter}}

==Применение==

# Select a circular edge in the drawing. (Note some arcs which appear to be circular are actually ellipses or BSplines. You cannot make a diameter dimension in these cases)
# Press the {{Button|[[Image:TechDraw_Dimension_Diameter.svg|16px]] [[TechDraw_Dimension_Diameter|Dimension Diameter]]}} button
# 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]].

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]].

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

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

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

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

==Scripting==

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

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

{{Code|code=
dim1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDimension','Dimension')
dim1.Type = "Diameter"
dim1.References2D=[(view1, 'Edge1')]
rc = page.addView(dim1)
}}




{{Docnav
{{Docnav/ru
|[[TechDraw_RadiusDimension/ru|Указать радиус]]
|[[TechDraw_Dimension_Radius|Dimension Radius]]
|[[TechDraw_AngleDimension/ru|Указать угловой размер]]
|[[TechDraw_Dimension_Angle|Dimension Angle]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|IconL=TechDraw_Dimension_Radius.svg
|IconL=TechDraw_RadiusDimension.svg
|IconR=TechDraw_Dimension_Angle.svg
|IconR=TechDraw_AngleDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 68: Line 40:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 08:59, 26 July 2023

Other languages:

Указать диаметр

Системное название
TechDraw_DiameterDimension
Расположение в меню
TechDraw → Размеры → Указать диаметр
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Указать радиус

Описание

The TechDraw DiameterDimension tool adds a diameter dimension to a View. The dimension may be applied to any edge which is a circle or circular arc.

For more information see TechDraw RadiusDimension.

Measuring a circle, indicating the diameter