Draft Downgrade/ru


Draft Downgrade.png Draft Downgrade

Расположение в меню
Черчение -> Перестроить
Верстаки
Draft, Arch
Быстрые клавиши
D N
См. также
Обновить


Description

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

Draft Downgrade example.jpg

How to use

  1. Select one or more objects you want to downgrade
  2. Press the Draft Downgrade.png Draft Downgrade button or press D then N keys

Options

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

Example

Scripting

The Downgrade tool can be used in python scripts and macros by using the following function:

downgrade (objects, [delete], [force]) 

Example:

import FreeCADGui,Draft
selection = FreeCADGui.Selection.getSelection()
Draft.downgrade(selection) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Downgrade/ru&oldid=279649"

Navigation menu