Arch IFC/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Der sich in Entwicklung befindende Import kann mit zwei unterschiedlichen Engines genutzt werden: Entweder mit Hilfe des mitgelieferten Python-Parsers, der zwar langsam ist, a...")
Line 6: Line 6:
Das [[Arch Module]] bietet einen Import für [https://de.wikipedia.org/wiki/Industry_Foundation_Classes Industry Foundation Classes (IFC)]. Dieser immer stärker verbreitete offene Standard unterstützt den Austausch zwischen Anwendungen zur [https://de.wikipedia.org/wiki/Building_Information_Modeling Gebäudedatenmodellierung].
Das [[Arch Module]] bietet einen Import für [https://de.wikipedia.org/wiki/Industry_Foundation_Classes Industry Foundation Classes (IFC)]. Dieser immer stärker verbreitete offene Standard unterstützt den Austausch zwischen Anwendungen zur [https://de.wikipedia.org/wiki/Building_Information_Modeling Gebäudedatenmodellierung].


Der sich in Entwicklung befindende Import kann mit zwei unterschiedlichen Engines genutzt werden: Entweder mit Hilfe des mitgelieferten Python-Parsers, der zwar langsam ist, aber keine zusätzliche Software benötigt. Oder mit Hilfe der [http://ifcopenshell.org IfcOpenShell], die separat installiert werden muss. Nach korrekter Installation ist die IfcOpenShell standardmäßig gesetzt. Alternativ kann in den Einstellungen zu Arch auf den Python-Parser ausgewichen werden.
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 [http://ifcopenshell.org IfcOpenShell], which is not bundled with FreeCAD and must be [[Extra_python_modules|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 Module|Arch]] objects, those that can't will be imported as simple [[Part Module|Part]] shapes. The internal parser only supports the following types:
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 Module|Arch]] objects, those that can't will be imported as simple [[Part Module|Part]] shapes. The internal parser only supports the following types:

Revision as of 09:41, 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.

Der sich in Entwicklung befindende Import kann mit zwei unterschiedlichen Engines genutzt werden: Entweder mit Hilfe des mitgelieferten Python-Parsers, der zwar langsam ist, aber keine zusätzliche Software benötigt. Oder mit Hilfe der IfcOpenShell, die separat installiert werden muss. Nach korrekter Installation ist die IfcOpenShell standardmäßig gesetzt. Alternativ kann in den Einstellungen zu Arch auf den Python-Parser ausgewichen werden.

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.