Draft Upgrade: Difference between revisions

From FreeCAD Documentation
m (template fr)
No edit summary
Line 1: Line 1:
{{GuiCommand|Name=Draft Upgrade|Workbenches=[[Draft Module|Draft]]|MenuLocation=Draft -> Upgrade|Shortcut=U P}}
{{GuiCommand|Name=Draft Upgrade|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]|MenuLocation=Draft -> Upgrade|Shortcut=U P|SeeAlso=[[Draft Downgrade]]}}


====Description====
==Description==


This tool upgrades selected objects in different ways. If no object is selected, you will be invited to select one.
This tool upgrades selected objects in different ways. If no object is selected, you will be invited to select one.


[[Image:Draft_Upgrade_example.jpg]]
[[Image:Draft_Upgrade_example.jpg|400px]]


====Usage====
==How to use==


# Select one or more objects you wish to upgrade
the selected objects are modified/upgraded following this list (in order):
# Press the {{KEY|[[Image:Draft Upgrade.png|16px]] [[Draft Upgrade]]}} button or press {{KEY|U}} then {{KEY|P}} keys
* if there are more than one faces, the faces are merged (union)

* if there is only one face, nothing is done
==Options==
* if there is only one open wire, it gets closed

* if there are only edges, all edges are joind into a wire (closed if possible)
The selected objects are modified/upgraded according to the following conditions (in order):
* if there are more than one face in the selection, the faces are merged (union)
* if there is only one face in the selection, nothing is done
* if there is only one open wire in the selection, it gets closed
* if there are only edges in the selection, all edges are joined into a wire (closed if possible)
* if none of the above is possible, a compound object is created
* if none of the above is possible, a compound object is created


==Scripting==

Not available, but you can easily reproduce the separate operations of the Upgrade tool. See the [[Part Fuse]] or [[Draft Wire]] pages.


{{languages | {{es|Draft Upgrade/es}} {{fr|Draft Upgrade/fr}} {{it|Draft Upgrade/it}} {{se|Draft Upgrade/se}} }}
{{languages | {{es|Draft Upgrade/es}} {{fr|Draft Upgrade/fr}} {{it|Draft Upgrade/it}} {{se|Draft Upgrade/se}} }}

Revision as of 14:24, 22 August 2012

Draft Upgrade

Menu location
Draft -> Upgrade
Workbenches
Draft, Arch
Default shortcut
U P
Introduced in version
-
See also
Draft Downgrade

Description

This tool upgrades selected objects in different ways. If no object is selected, you will be invited to select one.

How to use

  1. Select one or more objects you wish to upgrade
  2. Press the Draft Upgrade button or press U then P keys

Options

The selected objects are modified/upgraded according to the following conditions (in order):

  • if there are more than one face in the selection, the faces are merged (union)
  • if there is only one face in the selection, nothing is done
  • if there is only one open wire in the selection, it gets closed
  • if there are only edges in the selection, all edges are joined into a wire (closed if possible)
  • if none of the above is possible, a compound object is created

Scripting

Not available, but you can easily reproduce the separate operations of the Upgrade tool. See the Part Fuse or Draft Wire pages.

Available translations of this page: Template:Se