TechDraw DiameterDimension/es: Difference between revisions

From FreeCAD Documentation
m (FuzzyBot moved page TechDraw Dimension Diameter/es to TechDraw DiameterDimension/es without leaving a redirect: Part of translatable page "TechDraw Dimension Diameter")
(Updating to match new version of source page)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[TechDraw_Dimension_Radius/es|Nuevo Radio]]
|[[TechDraw_RadiusDimension/es|Nuevo Radio]]
|[[TechDraw_Dimension_Angle/es|Nuevo ángulo]]
|[[TechDraw_AngleDimension/es|Nuevo ángulo]]
|[[TechDraw_Workbench/es|TechDraw]]
|[[TechDraw_Workbench/es|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>
</div>
Line 17: Line 18:
|MenuLocation=TechDraw → Dimensión Diámetro
|MenuLocation=TechDraw → Dimensión Diámetro
|Workbenches=[[TechDraw_Workbench/es|TechDraw]]
|Workbenches=[[TechDraw_Workbench/es|TechDraw]]
|SeeAlso=[[TechDraw Dimension Radius/es|TechDraw Dimensión Radio]]
|SeeAlso=[[TechDraw_RadiusDimension/es|TechDraw Dimensión Radio]]
}}
}}
</div>
</div>


<span id="Description"></span>
==Descripción==
==Descripción==


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

==Utilización==

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

==Limitaciones==

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

==Propiedades==

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)
}}




<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[TechDraw_Dimension_Radius/es|Nuevo Radio]]
|[[TechDraw_RadiusDimension/es|Nuevo Radio]]
|[[TechDraw_Dimension_Angle/es|Nuevo ángulo]]
|[[TechDraw_AngleDimension/es|Nuevo ángulo]]
|[[TechDraw_Workbench/es|TechDraw]]
|[[TechDraw_Workbench/es|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>
</div>
Line 72: Line 46:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 08:59, 26 July 2023

TechDraw Dimensión Diámetro

Ubicación en el Menú
TechDraw → Dimensión Diámetro
Entornos de trabajo
TechDraw
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
TechDraw Dimensión Radio

Descripción

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