Arbeitsbereich Arch

From FreeCAD Documentation
Revision as of 16:52, 21 May 2018 by Mario52 (talk | contribs) (Created page with "* 32px Etage: Erzeugt eine Etage mit den ausgewählten Objekten * 32px Gebäude: Er...")

Der Architektur-Arbeitsbereich stellt einen modernen [1] Workflow für FreeCAD zur Verfügung, der Features wie [2]-Unterstützung, vollständig parametrisierte Architektur-Entitäten wie Wände, Strukturelemente oder Fenster und umfangreichen 2D-Dokumentenerzeugung bietet. Der Arbeitsbereich umfasst außerdem alle Werkzeuge des Draft-Arbeitsbereiches.

Note: The BIM functionality of FreeCAD is now progressively split into this Arch Workbench, which holds all the base BIM tools, and the BIM Workbench addon, that you can install via menu Tools->Addon Manager, that adds a new interface layer on top of the Arch tools, with the aim to make BIM workflow in FreeCAD more intuitive and user-friendly.

Tools

Hier der Werkzeugkasten zur Erzeugung von Architekturobjekten:

  • Wand: Erzeugt eine Wand auf dem ausgewählten Objekt
  • Bauelement: Erzeugt ein Bauelement auf dem ausgewählten Objekt
  • Etage: Erzeugt eine Etage mit den ausgewählten Objekten
  • Gebäude: Erzeugt ein Gebäude mit den ausgewählten Objekten
  • Baugrund: Erzeugt einen Baugrund mit den ausgewählten Objekten
  • Fenster: Erzeugt ein Fenster im ausgewählten Objekt
  • Schnittebene: Fügt eine Schnittebene zum Dokument hinzu
  • Axis tools
    • Axis: Adds a 1-direction array of axes to the document
    • Axes system: Adds an axes system composed of several axes to the document
    • Grid: Adds a grid-like object to the document
  • Roof: Creates a sloped roof from a selected face
  • Space: Creates a space object in the document
  • Stairs: Creates a stairs object in the document

Modification tools

These are tools for modifying architectural objects.

Utilities

These are additional tools to help you in specific tasks.

Preferences

Dateiformate

  • 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