Arch IFC/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Der Export von IFC-Dateien wird derzeit nur experimentell unterstützt und benötigt die [http://github.com/aothms/IfcOpenShell Entwicklerversion] von IfcOpenShell. Nach Insta...")
No edit summary
Line 19: Line 19:
== Export ==
== Export ==


Der Export von IFC-Dateien wird derzeit nur experimentell unterstützt und benötigt die [http://github.com/aothms/IfcOpenShell Entwicklerversion] von IfcOpenShell. Nach Installation steht der Export zur Verfügung.
Der Export von IFC-Dateien wird derzeit nur experimentell unterstützt und benötigt die [http://github.com/aothms/IfcOpenShell Entwicklerversion] von IfcOpenShell. Nach Installation steht der experimentelle Export zur Verfügung.


[[Category:User Documentation/de]]
[[Category:User Documentation/de]]

Revision as of 09:37, 23 July 2015

Achtung: Die Unterstützung des IFC-Formats befindet sich in der Entwicklung!

Import

Das Arch Module bietet einen Import für Industry Foundation Classes (IFC). Dieser immer stärker verbreitete offene Standard unterstützt den Austausch zwischen Anwendungen zur Gebäudedatenmodellierung.

The importer is still a work in progress, and can use two different IFC processing engines: a built-in python parser, that is slower but doesn't need any other piece of software, or IfcOpenShell, which is not bundled with FreeCAD and must be installed on your system. If IfcOpenShell is correctly installed, it will be detected by FreeCAD and used to import IFC files, unless you force the use of the internal python parser from the Arch preferences settings.

The use of IfcOpenShell is highly recommended, since it is much faster and more powerful than the internal parser. IfcOpenShell supports all Ifc 2.3 entities that carry geometry information (not all of them can be converted to Arch objects, those that can't will be imported as simple Part shapes. The internal parser only supports the following types:

  • Wände
  • Gebälk, Säulen, Fundamente und Bodenplatten
  • Türen und Fenster
  • Geschossdecken
  • Gebäude
  • Grundstücke

Export

Der Export von IFC-Dateien wird derzeit nur experimentell unterstützt und benötigt die Entwicklerversion von IfcOpenShell. Nach Installation steht der experimentelle Export zur Verfügung.