Arch Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 18: Line 18:
* [[Arch DAE|DAE]] : Collada mesh format
* [[Arch DAE|DAE]] : Collada mesh format
* [[Arch OBJ|OBJ]] : Obj mesh format (export only)
* [[Arch OBJ|OBJ]] : Obj mesh format (export only)
* [[Arch JSON|JSON]] : JavaScript Object Notation format (export only)


== API == <!--T:9-->
== API == <!--T:9-->

Revision as of 18:37, 9 August 2017

The Arch workbench provides modern BIM workflow to FreeCAD, with support for features like IFC support, fully parametric architectural entities such as walls, structural elements or windows, and rich 2D document production. The Arch workbench also feature all the tools from the Draft Workbench.

Tools

Template:Arch Tools

File formats

  • IFC : Industry foundation Classes
  • DAE : Collada mesh format
  • OBJ : Obj mesh format (export only)
  • JSON : JavaScript Object Notation format (export only)

API

The Arch module can be used in python scripts and macros using the Arch Python API functions.

Tutorials

Draft Module
FEM Module