TechDraw VerticalDimension/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "L'outil Distance verticale ajoute une dimension verticale à une vue. La dimension peut être entre deux sommets, la longueur d'un bord ou la distance verticale entre deux bor...")
No edit summary
 
(91 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{GuiCommand/fr|Name=TechDraw Dimension Vertical|Name/fr=Distance Verticale|MenuLocation=TechDraw → Distance Verticale|Workbenches=[[TechDraw Module/fr|TechDraw]]|SeeAlso=[[TechDraw Dimension Length]], [[TechDraw Dimension Horizontal]]}}


{{Docnav/fr
==Description==
|[[TechDraw_HorizontalDimension/fr|Cote horizontale]]
|[[TechDraw_RadiusDimension/fr|Cote de rayon]]
|[[TechDraw_Workbench/fr|Atelier TechDraw]]
|IconL=TechDraw_HorizontalDimension.svg
|IconR=TechDraw_RadiusDimension.svg
|IconC=Workbench_TechDraw.svg
}}


{{GuiCommand/fr
L'outil Distance verticale ajoute une dimension verticale à une vue. La dimension peut être entre deux sommets, la longueur d'un bord ou la distance verticale entre deux bords. La dimension sera initialement la distance projetée (c.-à-d. comme indiqué sur le dessin), mais elle peut être remplacée par la distance 3D réelle en utilisant l'outil {{Button|[[Image:TechDraw_Dimension_Link.svg|16px]][[TechDraw_Dimension_Link|Lier une Dimension]]}} tool.
|Name=TechDraw VerticalDimension
|Name/fr=TechDraw Cote verticale
|MenuLocation=TechDraw → Dimensions → Insérer une cote verticale
|Workbenches=[[TechDraw_Workbench/fr|TechDraw]]
|Shortcut={{KEY|Maj}} + {{KEY|V}}
|SeeAlso=[[TechDraw_LengthDimension/fr|TechDraw Cote de longueur]], [[TechDraw_HorizontalDimension/fr|TechDraw Cote horizontale]]
}}


==Description==
[[Image:TechDraw_Dimension_Vertical_example.png]]
{{Caption|Length dimension taken from two arbitrary nodes of the view; the distance is measured vertically}}


L'outil '''TechDraw Cote verticale''' ajoute une cote verticale à une vue. La cote peut être la distance verticale entre deux points ou la longueur verticale d'une ligne droite. Comme pour l'outil [[TechDraw_LengthDimension/fr|TechDraw Lier une cote]], il est également possible de sélectionner deux arêtes ou un point et une arête, mais ces options ont moins de sens pour cet outil.
<div class="mw-translate-fuzzy">
==Comment faire==
# Sélectionnez les points ou les arêtes qui définissent votre mesure.
# Appuyez sur le bouton{{KEY|[[Image:Dimension_Vertical.png|24px]] [[TechDraw Dimension Vertical/fr|Distance Verticale]]}}
# Une dimension sera ajoutée à la vue. La dimension peut être traînée à la position désirée.
</div>


Pour plus d'informations, voir [[TechDraw_LengthDimension/fr|TechDraw Lier une cote]]
# Select the points or edge which define your measurement.
# Press the {{Button|[[Image:Dimension_Vertical.png|16px]] [[TechDraw Dimension Vertical|Dimension Vertical]]}} button
# A dimension will be added to the View. The dimension may be dragged to the desired position.


[[Image:TechDraw_Dimension_Vertical_example.png|220px]]
== Limitations ==
{{Caption|Cote verticale prise entre deux points}}


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


{{Docnav/fr
<div class="mw-translate-fuzzy">
|[[TechDraw_HorizontalDimension/fr|Cote horizontale]]
==Propriétés==
|[[TechDraw_RadiusDimension/fr|Cote de rayon]]
This object has the same properties as the [[TechDraw Dimension Length/fr|Distance Horizontale TechDraw]] tool. See that tool for details.
|[[TechDraw_Workbench/fr|Atelier TechDraw]]
</div>
|IconL=TechDraw_HorizontalDimension.svg

|IconR=TechDraw_RadiusDimension.svg
This object has the same properties as the [[TechDraw Dimension Length]] tool. See that tool for details.
|IconC=Workbench_TechDraw.svg

<div class="mw-translate-fuzzy">
==Script==
Les distances verticales peuvent être ajoutées aux Pages en utilisant le code Python.
</div>

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

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

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


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

{{Userdocnavi}}
{{clear}}

Latest revision as of 12:34, 29 July 2023

TechDraw Cote verticale

Emplacement du menu
TechDraw → Dimensions → Insérer une cote verticale
Ateliers
TechDraw
Raccourci par défaut
Maj + V
Introduit dans la version
-
Voir aussi
TechDraw Cote de longueur, TechDraw Cote horizontale

Description

L'outil TechDraw Cote verticale ajoute une cote verticale à une vue. La cote peut être la distance verticale entre deux points ou la longueur verticale d'une ligne droite. Comme pour l'outil TechDraw Lier une cote, il est également possible de sélectionner deux arêtes ou un point et une arête, mais ces options ont moins de sens pour cet outil.

Pour plus d'informations, voir TechDraw Lier une cote

Cote verticale prise entre deux points