Draft Upgrade/de


Draft Upgrade.png Hochstufen

Menüeintrag
Draft -> Upgrade
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
U P
Siehe auch
Herabstufen


Description

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

Draft Upgrade example.jpg

How to use

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

Options

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

Scripting

The upgrade tool can be used from python scripts and macros like this:

Draft.upgrade(objects, delete=False, force=None) 

Some of the operations of the Upgrade tool can also be made with the Part Union or Draft Wire tools.

Example:

import Draft
mycircle = Draft.makeCircle(2)
face1 = Draft.upgrade([mycircle],True) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Upgrade/de&oldid=209074"

Navigation menu