Draft Upgrade: Difference between revisions

From FreeCAD Documentation
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{GuiCommand|Name=Draft_Upgrade|Workbenches=[[Draft Module|Draft]]|MenuLocation=draft menu, context menu}}
{{GuiCommand|Name=Draft_Upgrade|Workbenches=[[Draft Module|Draft]]|MenuLocation=Draft -> Upgrade}}

This tool upgrades selected objects in different ways, following this list (in order):
====Description====

This tool upgrades selected objects in different ways.

[[Image:Draft_Upgrade_example.jpg]]


====Usage====

the selected objects are modified/upgraded following this list (in order):
* if there are more than one faces, the faces are merged (union)
* if there are more than one faces, the faces are merged (union)
* if there is only one face, nothing is done
* if there is only one face, nothing is done
* if there are closed wires, they are transformed in a face
* if there are closed wires, they are transformed in a face
* otherwise, if possible, all edges are joind into a wire (closed if applicable)
* otherwise, if possible, all edges are joind into a wire (closed if possible)

Revision as of 18:30, 7 December 2008

Draft_Upgrade

Menu location
Draft -> Upgrade
Workbenches
Draft
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool upgrades selected objects in different ways.


Usage

the selected objects are modified/upgraded following this list (in order):

  • if there are more than one faces, the faces are merged (union)
  • if there is only one face, nothing is done
  • if there are closed wires, they are transformed in a face
  • otherwise, if possible, all edges are joind into a wire (closed if possible)