Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.11 KB

Draft_Drawing.md

File metadata and controls

47 lines (26 loc) · 2.11 KB
GuiCommand
Name Name/ru MenuLocation Workbenches SeeAlso
Draft Drawing
Draft Drawing
Черчение -> Рисунок
Draft_Workbench/ru, Arch_Workbench/ru
TechDraw_DraftView

Draft Drawing/ru

Описание

The Draft Drawing command inserts views of selected objects into a drawing page.

This command is similar to the Drawing View command but is optimized for Draft objects. Contrary to that command, it can handle specific objects such as Draft Dimensions and Draft Texts, and it can render faces.

This command is now obsolete. Use the TechDraw Workbench and the TechDraw DraftView command instead.

*On the left the selected Draft objects. On the right the created drawing views.*

Использование

  1. To use this command in FreeCAD version 0.19 and later you need to add a button to a custom toolbar. See Interface Customization.
  2. Select one or more objects. A separate view will be created for each object.
  3. Optionally add a Drawing page to the selection. If you do not, the view is inserted into the first page in the document. If there are no pages in the document a new page is created first.
  4. Press the Draft Drawing button.
  5. There is a bug in the FreeCAD version 0.19 version of the command. The initial value of the Direction property is {{Value|[0, 0, 0]}} which is not allowed. For objects on a plane parallel to the XY plane of the global coordinate system it should be changed to {{Value|[0, 0, 1]}}. After changing this property the page and the view may need to be recomputed.

documentation index > Draft > Draft Drawing/ru