Draft Drawing

From FreeCAD Documentation
This page is a translated version of the page Draft Drawing and the translation is 17% complete.
Outdated translations are marked like this.
THIS COMMAND IS OBSOLETE
Both the command and the Drawing Workbench it works with are not available in version 0.21 and above. Use the TechDraw Workbench and the TechDraw DraftView command instead.

Draft Drawing

Системное название
Draft Drawing
Расположение в меню
Черчение -> Рисунок
Верстаки
Draft, Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
TechDraw DraftView

Описание

Этот инструмент позволяет помещать выбранные объекты в svg Drawing sheet. Если в документе нет sheet, будет создан по умолчанию. Этот инструмент работает аналогично инструменту Drawing View, но оптимизирован для объектов Draft и может отображать плоские 2D-объекты с заполнением лица. Он также может обрабатывать несколько конкретных объектов проекта, таких как dimensions и texts, которые невозможно обработать инструментом Drawing View.

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 [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 [0, 0, 1]. After changing this property the page and the view may need to be recomputed.