TechDraw VerticalExtentDimension/fr: Difference between revisions

From FreeCAD Documentation
mNo edit summary
No edit summary
 
(88 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/fr
{{Docnav/fr
|[[TechDraw_HorizontalExtentDimension/fr|Cote étendue horizontale]]
|[[TechDraw_Dimension_Horizontal Extent/fr|Nouvelle Extension Horizontale]]
|[[TechDraw_SaveSVG/fr|Save SVG]]
|[[TechDraw_LinkDimension/fr|Lier une dimension]]
|[[TechDraw_Module/fr|TechDraw]]
|[[TechDraw_Workbench/fr|Atelier TechDraw]]
|IconL=TechDraw_Dimension_HExtent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-saveSVG.svg
}}
}}


{{GuiCommand/fr
{{GuiCommand/fr
|Name=TechDraw Dimension Vertical Extent
|Name=TechDraw VerticalExtentDimension
|Name/fr=TechDraw Extension Dimension Vertical
|Name/fr=TechDraw Cote étendue verticale
|MenuLocation=TechDraw → Dimension Vertical Extent
|MenuLocation=TechDraw → Dimensions Insérer une cote étendue verticale
|Workbenches=[[TechDraw Module/fr|TechDraw]]
|Workbenches=[[TechDraw_Workbench/fr|TechDraw]]
|SeeAlso=[[TechDraw Dimension Length/fr|TechDraw Dimension Longueur]], [[TechDraw Dimension Horizontal Extent/fr|TechDraw Dimension Horizontale Extension]]
|SeeAlso=[[TechDraw_LengthDimension/fr|TechDraw Cote de longueur]], [[TechDraw_HorizontalExtentDimension/fr|TechDraw Cote étendue horizontale]]
}}
}}


==Description==
==Description==


L'outil Dimension Verticale Extension ajoute une dimension linéaire à une vue. La dimension s'étend du point le plus bas sur les objets sélectionnés au point le plus haut. Un CosmeticVertex sera placé à chaque point.
L'outil '''TechDraw Cote étendue verticale''' ajoute une cote linéaire à une vue. La cote s'étend du point le plus bas des objets sélectionnés jusqu'au point le plus haut.


Pour plus d'informations, voir [[TechDraw_HorizontalExtentDimension/fr|TechDraw Cote étendue horizontale]].


[[Image:TechDraw_Dimension_Horizontal_Extent_example.png]]
[[Image:TechDraw_Dimension_Horizontal_Extent_example.png|400px]]
{{Caption|Extension Dimension verticale de la face BSpline}}
{{Caption|Cotes étendues horizontale et verticale d'une surface B-spline}}

==Utilisation==

# Sélectionnez une vue ou une collection d'arêtes dans une vue.
# Appuyez sur le bouton {{Button|[[Image:TechDraw_Dimension_VExtent.svg|16px]] [[TechDraw Dimension Vertical Extent/fr|Cote Extension verticale]]}}.
# Une dimension sera ajoutée à la vue. La cote peut être déplacée à la position souhaitée.

== Limitations ==

<div class="mw-translate-fuzzy">
Les objets de dimension sont vulnérables aux problèmes de "nommage topologique". Consultez les informations de l'outil [[TechDraw Dimension Length/fr|TechDraw Dimension Longueur]] pour plus d'informations.
</div>

==Propriétiés==

Cet objet a les mêmes propriétés que l'outil [[TechDraw Dimension Length/fr|TechDraw Dimension Longueur]]. Voir cet outil pour plus de détails. Les exceptions notées.

=== Données ===

* {{PropertyData/fr|MeasureType}}: {{TRUE}} - basé sur la géométrie 3D ou "projeté" - basé sur le dessin. N'est normalement pas manipulé directement par l'utilisateur final. Pas encore implémenté pour Dimension Vertical Extension.

==Script==

{{Emphasis|See also:}} [[TechDraw API/fr|TechDraw API]] et [[/fr|FreeCAD Script de Base]].

<div class="mw-translate-fuzzy">
L'outil Dimension Vertical Extent peut être utilisé dans [[macros/fr|macros]] et à partir de la console [[Python/fr|Python]] à l'aide des fonctions suivantes:
</div>

{{Code|code=
selection = [(view1, 'Edge1'), (view1, 'Edge2')] #or [] for all
hExtentDim = TechDraw.Dimension.makeExtentDim(selection, VERTICAL)
rc = page.addView(hExtentDim)
}}




{{Docnav/fr
{{Docnav/fr
|[[TechDraw_HorizontalExtentDimension/fr|Cote étendue horizontale]]
|[[TechDraw_Dimension_Horizontal Extent/fr|Nouvelle Extension Horizontale]]
|[[TechDraw_SaveSVG/fr|Sauver en format SVG]]
|[[TechDraw_LinkDimension/fr|Lier une dimension]]
|[[TechDraw_Module/fr|TechDraw]]
|[[TechDraw_Workbench/fr|Atelier TechDraw]]
|IconL=TechDraw_Dimension_HExtent.svg
|IconL=TechDraw_HorizontalExtentDimension.svg
|IconR=TechDraw_LinkDimension.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-saveSVG.svg
}}
}}


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

{{Userdocnavi/fr}}
{{clear}}

Latest revision as of 12:37, 29 July 2023

Other languages:

TechDraw Cote étendue verticale

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

Description

L'outil TechDraw Cote étendue verticale ajoute une cote linéaire à une vue. La cote s'étend du point le plus bas des objets sélectionnés jusqu'au point le plus haut.

Pour plus d'informations, voir TechDraw Cote étendue horizontale.

Cotes étendues horizontale et verticale d'une surface B-spline