TechDraw ArchView

TechDraw ArchView

Menu location
TechDraw → Views From Other Workbenches → Insert BIM Workbench Object
Workbenches
TechDraw, BIM
Default shortcut
None
Introduced in version
-
See also
Arch SectionPlane

Description

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.

Usage

  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.

Options

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.

Properties

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

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

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)