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 |
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.
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:
Arch view
Link
): The section plane object to be displayed.Bool
): If hidden objects must be shown or not. If false
, only objects that are visible in the 3D view are rendered.Enumeration
): The render mode to use, Solid
or Wireframe
.Bool
): If true
, Arch Spaces are shown as a colored area.Bool
): If the hidden geometry (the part of the geometry that lies behind the section plane) is shown or not. It will be rendered in dashed line, which can be configured in the Arch preferences.Bool
): If cut areas must be filled with a grey color or not.Float
): The width of the main lines. Cut lines and projected/2D line widths ratios can be configured in the Arch preferences.Float
): The size of all texts that appear in this view.Float
): Width of the cut lines in this view.Bool
): If true
, walls and structures will be fused by material.Float
): The spacing between lines to use for multiline texts. introduced in version 1.0Drawing view
String
): The SVG code defining this symbol.StringList
): Substitution values for the editable strings in this symbol.Link
): Feature to which this symbol is attached. introduced in version 1.0See 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)