Draft Surligner les sous éléments

From FreeCAD Documentation
Revision as of 09:36, 14 September 2019 by David69 (talk | contribs) (Created page with "L'outil Edit Improved vous permet d'éditer graphiquement certaines propriétés de l'objet sélectionné, telles que les sommets d'un Draft Wire/fr|...")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Edition améliorée Draft

Emplacement du menu
Draft → Edit Improved
Ateliers
Draft, Arch
Raccourci par défaut
D E
Introduit dans la version
-
Voir aussi
Draft Edit

Description

L'outil Edit Improved vous permet d'éditer graphiquement certaines propriétés de l'objet sélectionné, telles que les sommets d'un Filaire Draft, la longueur et la largeur d'un Rectangle Draft, ou le rayon d'un Cercle Draft.

Unlike the standard Draft Edit, it allows you to edit multiple multiple nodes of multiple objects at the same time.

File:Draft Edit Improved Example.png

Editing a wire

How to use

  1. Select an object.
  2. Press the File:Draft Edit Improved.svg Draft Edit Improved button.
  3. Click on all the points that you wish to move.
  4. Click another point on the 3D view, or type a coordinate and press the add point button.
  5. Press Esc or the Close button to complete the current command.

The tool mostly works on Draft objects: Draft Wires, Draft Lines, Draft Rectangles, Draft Circles, Draft Arcs, Draft Polygons, and Draft BSplines. Other object types must first be converted to these objects.

Options

Scripting

See also: Draft API and FreeCAD Scripting Basics.

There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.