TechDraw ArchView/ru

Other languages:

Вставить объект верстака Arch

Расположение в меню
TechDraw → Вставить объект верстака Arch
Верстаки
TechDraw, Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Плоскость Сечения

Описание

The TechDraw ArchView tool inserts an Arch View, a view of an Arch SectionPlane, on a TechDraw page.

introduced in version 1.0: The TechDraw View tool can also create an Arch View.

Применение

  1. Select an Arch section plane in the 3D view or Tree view.
  2. If there are multiple drawing pages in the document: optionally add the desired page to the selection by selecting it in the Tree view.
  3. Select the TechDraw → Views From Other Workbenches → Insert BIM Workbench Object option from the menu.
  4. If there are multiple drawing pages in the document, and if no page is displayed in the Main view area and you have not yet selected a page, the Page Chooser dialog box opens:
    1. Select the desired page.
    2. Press the OK button.

Опции

The image below illustrates the difference between the two rendering modes:

Notes

The ArchView is rendered within the BIM Workbench, therefore TechDraw has limited control over its appearance. You may need to make changes within Arch to get the representation you want.

Свойства

See also: Property editor.

An Arch View, formally a TechDraw::DrawViewArch object, has the properties that are common to all View types. It also has the following additional properties:

Data

Arch view

Drawing view

Программирование

См. так же: TechDraw API и Основы составления скриптов FreeCAD.

The ArchView tool can be used in macros and from the Python console by using the following functions:

dv = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewArch','TestArch')
dv.Source = mySectionPlane
rc = page.addView(dv)