TechDraw VerticalDimension/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{GuiCommand/fr|Name=TechDraw Dimension Vertical|Name/fr=Distance Verticale|Workbenches=[[TechDraw Module/fr|TechDraw]]|MenuLocation=TechDraw → Distance Verticale|Shortcut=|SeeAlso=}}
{{GuiCommand/fr|Name=TechDraw Dimension Vertical|Name/fr=Distance Verticale|Workbenches=[[TechDraw Module/fr|TechDraw]]|MenuLocation=TechDraw → Distance Verticale|Shortcut=|SeeAlso=}}
</div>


<div class="mw-translate-fuzzy">
==Description==
==Description==
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]] Lier une Cote à une géométrie 3D}}.
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]] Lier une Cote à une géométrie 3D}}.
[[File:VerticalSample.png|200px|center]]
[[File:VerticalSample.png|200px|center]]
</div>


The Dimension Vertical tool adds a vertical dimension to a View. The dimension may be between two vertices, the length of one edge or the vertical 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]] Link Dimension}} tool.

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

<div class="mw-translate-fuzzy">
==Comment faire==
==Comment faire==
# Sélectionnez les points ou les arêtes qui définissent votre mesure.
# 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]]}}
# 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.
# Une dimension sera ajoutée à la vue. La dimension peut être traînée à la position désirée.
</div>


# Select the points or edge which define your measurement.
==Options==
# Press the {{Button|[[Image:Dimension_Vertical.png|16px]] [[TechDraw Dimension Vertical|Dimension Vertical]]}} button
Aucune.
# 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]] tool for more information.

<div class="mw-translate-fuzzy">
==Propriétés==
==Propriétés==
This object has the same properties as the [[TechDraw Dimension Length/fr|Distance Horizontale TechDraw]] tool. See that tool for details.
This object has the same properties as the [[TechDraw Dimension Length/fr|Distance Horizontale TechDraw]] tool. See that tool for details.
</div>


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

<div class="mw-translate-fuzzy">
==Script==
==Script==
Les distances verticales peuvent être ajoutées aux Pages en utilisant le code Python.
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=
{{Code|code=
dim1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDimension','Dimension')
dim1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDimension','Dimension')
Line 25: Line 52:
rc = page.addView(dim1)
rc = page.addView(dim1)
}}
}}
==Notes==
* Toutes les dimensions sont extrêmement vulnérables à l'infâme problème de "nommage topologique". Pour le moment, il n'est pas possible de conserver des références aux objets géométriques 2D (projetés) ou 3D (réels) en synchronisation avec les modifications du modèle. Il est recommandé d'ajouter Dimensions à la fin du processus de création de dessin.


{{TechDraw Tools navi}}

{{Userdocnavi}}
{{clear}}
{{clear}}

Revision as of 20:18, 3 January 2019

Distance Verticale

Emplacement du menu
TechDraw → Distance Verticale
Ateliers
TechDraw
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

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 Lier une Cote à une géométrie 3D.

The Dimension Vertical tool adds a vertical dimension to a View. The dimension may be between two vertices, the length of one edge or the vertical 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 Link Dimension tool.

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

Comment faire

  1. Sélectionnez les points ou les arêtes qui définissent votre mesure.
  2. Appuyez sur le boutonFile:Dimension Vertical.png Distance Verticale
  3. Une dimension sera ajoutée à la vue. La dimension peut être traînée à la position désirée.
  1. Select the points or edge which define your measurement.
  2. Press the File:Dimension Vertical.png Dimension Vertical button
  3. 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 tool for more information.

Propriétés

This object has the same properties as the Distance Horizontale TechDraw tool. See that tool for details.

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

Script

Les distances verticales peuvent être ajoutées aux Pages en utilisant le code Python.

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:

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