Arch Workbench/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Updating to match new version of source page)
Line 12: Line 12:
* [[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)
* [[Arch 3DS|3DS]] : 3DS format (import only)


== API ==
== API ==
Line 20: Line 22:


* [[Arch tutorial]]
* [[Arch tutorial]]
* [http://yorik.uncreated.net/guestblog.php?2012=180 Arch tutorial in Yorik's blog]
* [http://yorik.uncreated.net/guestblog.php?2012=180 Quick arch overview on Yorik's blog]
* [https://www.youtube.com/watch?v=lTDOeHapv_E Video presentation of the Arch workbench]
* [[Import_from_STL_or_OBJ|Import from STL or OBJ]]
* [[Import_from_STL_or_OBJ|Import from STL or OBJ]]
* [[Export_to_STL_or_OBJ|Export to STL or OBJ]]
* [[Export_to_STL_or_OBJ|Export to STL or OBJ]]
* [[Arch_panel_tutorial|Arch panel tutorial]]
* [[Arch_panel_tutorial|Arch panel tutorial]]
* [[Manual:BIM modeling|BIM modeling chapter from the FreeCAD manual]]


{{docnav|Draft Module|FEM Module}}
{{docnav|Draft Module|FEM Module}}

Revision as of 20:08, 26 February 2018

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)
  • 3DS : 3DS format (import only)

API

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

Tutorials

Draft Module
FEM Module