Draft Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Les outils de création d'objets.")
(Created page with "* 32px Ligne : Trace un segment de ligne à partir de 2 points * 32px Filaire : Trace une...")
Line 2: Line 2:
===Dessin d'objets===
===Dessin d'objets===
Les outils de création d'objets.
Les outils de création d'objets.
* [[Image:Draft_Line.png|32px]] [[Draft_Line|Line]]: Draws a line segment between 2 points
* [[Image:Draft_Line.png|32px]] [[Draft_Line/fr|Ligne]] : Trace un segment de ligne à partir de 2 points
* [[Image:Draft_Wire.png|32px]] [[Draft_Wire|Wire]]: Draws a line made of multiple line segments (polyline)
* [[Image:Draft_Wire.png|32px]] [[Draft_Wire/fr|Filaire]] : Trace une ligne composée de plusieurs segments de lignes
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle|Circle]]: Draws a circle from center and radius
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle/fr|Cercle]] : Trace un cercle à partir du centre et du rayon
* [[Image:Draft_Arc.png|32px]] [[Draft_Arc|Arc]]: Draws an arc segment from center, radius, start angle and end angle
* [[Image:Draft_Arc.png|32px]] [[Draft_Arc/fr|Arc]] : Trace un segment d'arc à partir du centre, rayon, angle de départ et angle d'arrivée
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse|Ellipse]]: Draws an ellipse from two corner points
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon/fr|Polygone]] : Dessine un polygone régulier à partir du centre et du rayon
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon|Polygon]]: Draws a regular polygon from a center and a radius
* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle/fr|Rectangle]] : Trace un rectangle à partir de 2 points opposés
* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle|Rectangle]]: Draws a rectangle from 2 opposite points
* [[Image:Draft_Text.png|32px]] [[Draft_Text/fr|Texte]] : Dessine une note en texte multiligne
* [[Image:Draft_Text.png|32px]] [[Draft_Text|Text]]: Draws a multi-line text annotation
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension/fr|Cote]] : Trace une cote
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension|Dimension]]: Draws a dimension annotation
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline/fr|B-Spline]] : Dessine une courbe B-Spline à partir d'une série de points
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline|BSpline]]: Draws a B-Spline from a series of points
* [[Image:Draft_Point.png|32px]] [[Draft_Point/fr|Point]] : Insère un objet point
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString/fr|ShapeString]] : L'outil ShapeString insère une forme composée, qui représente une chaîne de texte
* [[Image:Draft_Point.png|32px]] [[Draft_Point|Point]]: Inserts a point object
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse/fr|Ellipse]] : Dessine une ellipse à partir de deux points opposés (coins)
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString|ShapeString]]: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder|Facebinder]]: Creates a new object from selected faces on existing objects
* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder/fr|Contraindre des faces]] : Crée un nouvel objet sur la face de l'objet sélectionné
{{Version/fr|0.17}}
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_Label.png|32px]] [[Draft_Label|Label]]: Places a label with an arrow pointing to a selected element {{Version|0.17}}
===Modifying objects===
===Modifying objects===
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.

Revision as of 11:13, 27 May 2018

La Planche à dessin (ou atelier Draft) est un module expérimental en cours de développement conçu pour ajouter des fonctionnalités basiques de dessin en deux dimensions à FreeCAD. Il est entièrement programmé en python, et a également pour but de démontrer comment accroître les possibilités de FreeCAD entièrement en python, sans même toucher au code source.

Dessin d'objets

Les outils de création d'objets.

  • Ligne : Trace un segment de ligne à partir de 2 points
  • Filaire : Trace une ligne composée de plusieurs segments de lignes
  • Cercle : Trace un cercle à partir du centre et du rayon
  • Arc : Trace un segment d'arc à partir du centre, rayon, angle de départ et angle d'arrivée
  • Polygone : Dessine un polygone régulier à partir du centre et du rayon
  • Rectangle : Trace un rectangle à partir de 2 points opposés
  • Texte : Dessine une note en texte multiligne
  • Cote : Trace une cote
  • B-Spline : Dessine une courbe B-Spline à partir d'une série de points
  • Point : Insère un objet point
  • ShapeString : L'outil ShapeString insère une forme composée, qui représente une chaîne de texte
  • Ellipse : Dessine une ellipse à partir de deux points opposés (coins)
  • Contraindre des faces : Crée un nouvel objet sur la face de l'objet sélectionné

introduit dans la version 0.17

Modifying objects

These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.

  • Move: Moves object(s) from one location to another
  • Rotate: Rotates object(s) from a start angle to an end angle
  • Offset: Moves segments of an object about a certain distance
  • Trim/Extend (Trimex): Trims or extends an object
  • Upgrade: Joins objects into a higher-level object
  • Downgrade: Explodes objects into lower-level objects
  • Scale: Scales selected object(s) around a base point
  • Drawing: Writes selected objects to a Drawing sheet
  • Edit: Edits a selected object
  • Wire to BSpline: Converts a wire to a BSpline and vice-versa
  • Add point: Adds a point to a wire or BSpline
  • Delete point: Deletes a point from a wire or BSpline
  • Shape 2D View: Creates a 2D object which is a flattened 2D view of another 3D object
  • Draft to Sketch: Converts a Draft object to Sketch and vice-versa
  • Array: Creates a polar or rectangular array from selected objects
  • Path Array: Creates an array of objects by placing the copies along a path
  • Clone: Clones the selected objects
  • Mirror: Mirrors the selected objects
  • Stretch: Stretches the selected objects introduced in version 0.17

Utility tools

Additional tools available via right-click context menu, depending on the selected objects.

Preferences

Formats de fichiers

Les formats de fichiers reconnus à l'heure actuelle sont :


Fonctions additionnelles

  • Accrochage: Permet de place de nouveau points en des endroits spécifiques sur des objets existants
  • Contraindre: Permet de placer des points horizontalement ou verticalement en relation aux points précédents
  • Saisir des coordonnées manuelles: Permet de saisir des coordonnées manuellement plutôt que de cliquer à l'écran
  • Plan de travail: permet de définir un plan dans l'espace tridimensionnel, où les prochaines opérations auront lieu.

Script

Consultez la page Draft API pour obtenir une description complète des fonctions que vous pouvez utiliser dans les scripts et les macros.

Tutorials