Arch Workbench/en: Difference between revisions

From FreeCAD Documentation
(Importation d’une nouvelle version depuis une source externe.)
 
(Updating to match new version of source page)
Line 1: Line 1:
The Arch workbench provides modern [http://en.wikipedia.org/wiki/Building_Information_Modeling BIM] workflow to FreeCAD, with support for features like [http://en.wikipedia.org/wiki/Industry_Foundation_Classes 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]].
The Arch workbench provides modern [http://en.wikipedia.org/wiki/Building_Information_Modeling BIM] workflow to FreeCAD, with support for features like [http://en.wikipedia.org/wiki/Industry_Foundation_Classes 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]].

[[Image:Screenshot arch window.jpg]]


__NOTOC__
__NOTOC__

== Tools ==


{{Arch Tools}}
{{Arch Tools}}
Line 10: Line 14:
* [[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)

== API ==

The Arch module can be used in python scripts and [[macros]] using the [http://www.freecadweb.org/api/Arch.html Arch Python API] functions.

== Tutorials ==

* [[Arch tutorial]]


{{docnav|Draft Module|Robot Module}}
{{docnav|Draft Module|Robot Module}}

Revision as of 21:08, 11 March 2014

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 (import only)
  • DAE : Collada mesh format
  • OBJ : Obj mesh format (export only)

API

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

Tutorials

Draft Module
Robot Module