Part Primitives/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 20: Line 20:
==Description==
==Description==


<div class="mw-translate-fuzzy">
Outil pour créer différentes primitives géométriques paramétrées.
Outil pour créer différentes primitives géométriques paramétrées.
</div>

[[File:Part_Primitives_example.png|800px]]
{{Caption|Primitive shapes that can be created with the [[Part_Workbench|Part Workbench]].}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 56: Line 61:
:[[Image:Part_Circle.svg|32px]] [[Part_Circle|Circle]]: Inserts a circular curved edge in to the active document.
:[[Image:Part_Circle.svg|32px]] [[Part_Circle|Circle]]: Inserts a circular curved edge in to the active document.
:[[Image:Part_Ellipse.svg|32px]] [[Part_Ellipse|Ellipse]]: Inserts an elliptical curved edge in to the active document.
:[[Image:Part_Ellipse.svg|32px]] [[Part_Ellipse|Ellipse]]: Inserts an elliptical curved edge in to the active document.
:[[Image:Part_Line.svg|32px]] [[Part_Line|Line]] (Edge):
:[[Image:Part_Point.svg|32px]] [[Part_Point|Point]] (Vertex): Inserts a Point (vertex) geometric primitive in to the active document.
:[[Image:Part_Point.svg|32px]] [[Part_Point|Point]] (Vertex): Inserts a Point (vertex) geometric primitive in to the active document.
:[[Image:Part_Line.svg|32px]] [[Part_Line|Line]] (Edge): creates a simple line segment delimited by two vertices.
:[[Image:Part_RegularPolygon.svg|32px]] [[Part_RegularPolygon|Regular Polygon]] {{Version|0.14}}*: Inserts a RegularPolygon geometric primitive in to the active document.
:[[Image:Part_RegularPolygon.svg|32px]] [[Part_RegularPolygon|Regular Polygon]] {{Version|0.14}}*: Inserts a RegularPolygon geometric primitive in to the active document.

[[File:Part_CreatePrimitives_example_FreeCAD_0_13.jpg]]
{{clear}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 22:28, 21 February 2020

Création de Primitives

Emplacement du menu
Part → Créer des primitives...
Ateliers
Part_Module
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Utilitaire de création de formes

Description

Outil pour créer différentes primitives géométriques paramétrées.

Primitive shapes that can be created with the Part Workbench.

Some of the available (parametric) geometric primitives that are possible:

Plane: inserts a simple parametric plane 10 x 10 mm, with the parameters of position, length, and width.
Box/Cube: inserts a parametric, rectangular cuboid, geometric primitive into the active document.
Cylinder: Inserts a simple parametric cylinder, with position, angle, radius and height parameters in to he active document.
Cone: Inserts a parametric truncated Cone in to the active document.
Sphere: Inserts a parametric sphere, with position, angle1, angle2, angle3 and radius parameters.
Ellipsoid: Inserts a parametric Ellipsoid solid in to the active document.
Torus: Inserts a simple parametric torus, with position, angle1, angle2, angle3, radius1 and radius2 as parameters in to the active document.
Prism introduced in version 0.14*: Inserts a solid defined by a regular polygon cross section and a height in to the active document.
Wedge: Inserts a parametric Wedge object in to the active document.
Helix: Inserts a Helix geometric primitive in to the active document. Common usage for Helix is creating threads.
Spiral introduced in version 0.14*: Inserts a Spiral geometric primitive in to the active workbench.
Circle: Inserts a circular curved edge in to the active document.
Ellipse: Inserts an elliptical curved edge in to the active document.
Point (Vertex): Inserts a Point (vertex) geometric primitive in to the active document.
Line (Edge): creates a simple line segment delimited by two vertices.
Regular Polygon introduced in version 0.14*: Inserts a RegularPolygon geometric primitive in to the active document.