TechDraw DiameterDimension/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav/ru
|[[TechDraw_Dimension_Radius|New Radius]]
|[[TechDraw_RadiusDimension/ru|Указать радиус]]
|[[TechDraw_Dimension_Angle|New Angle]]
|[[TechDraw_AngleDimension/ru|Указать угловой размер]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|IconL=TechDraw_Dimension_Radius.svg
|IconL=TechDraw_RadiusDimension.svg
|IconR=TechDraw_AngleDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=TechDraw_Dimension_Angle.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 → Размеры → Указать диаметр
|Workbenches=[[TechDraw Module/ru|TechDraw]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|MenuLocation=TechDraw → Dimension Diameter
|SeeAlso=[[TechDraw_RadiusDimension/ru|Указать радиус]]
|Shortcut=
|SeeAlso=
}}
}}
</div>


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

==Usage==

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

== Limitations ==

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

<div class="mw-translate-fuzzy">
==Properties==
This object has the same properties as the [[TechDraw Dimension Length/ru|TechDraw Dimension Length]] tool. See that tool for details.
</div>

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|New Radius]]
|[[TechDraw_AngleDimension/ru|Указать угловой размер]]
|[[TechDraw_Dimension_Angle|New Angle]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench/ru|Верстак "TechDraw"]]
|IconL=TechDraw_Dimension_Radius.svg
|IconL=TechDraw_RadiusDimension.svg
|IconR=TechDraw_AngleDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=TechDraw_Dimension_Angle.svg
}}
}}


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