Skip to main content

Package for working with IFC files.

Project description

COMPAS IFC

compas_ifc

Industry Foundation Classes (IFC) is a data model that describes building and construction industry data. It is a platform neutral, open file format specification that is not controlled by a single vendor or group of vendors. It is an object-based file format with a data model developed by buildingSMART (formerly the International Alliance for Interoperability, IAI) to facilitate interoperability in the architecture, engineering and construction (AEC) industry, and is a commonly used collaboration format in Building information modeling (BIM) based projects. The latest IFC documentation and specification can be found at https://ifc43-docs.standards.buildingsmart.org/.

IFC is now widely adopted by industry and often the required format for BIM data exchange and project delivery. However Working direcly with IFC content is a highly complicated task, due to its multi-layered class inheritances and complex spatial heirarchies.

COMPAS IFC is a COMPAS extension developed to make our lives easier. It allows us to work with IFC files in an accessible, developer-friendly and pythonic way. By creating a two-way bridge between IFC files and COMPAS data structures, we can immediately benifit from wide range of tools for geometric processing and analysing from COMPAS ecosystem. COMPAS IFC also allows us to export processed data back to valid IFC files.

COMPAS IFC relies on IfcOpenShell for lower-level entity parsing, schema retriving and file manipulations, On top of that we additionally simplify the workflow to interact with IFC contents.

Some of the core features of COMPAS IFC are:

  • Prase IFC files and inspect its entities
  • Traverse IFC spatial heirarchies in a user-friendly way
  • View and edit IFC entity attributes and properties
  • Extract geometric representations from IFC entities as COMPAS geometry and data structures
  • Export selected IFC entities while maintaining minimal valid spatial structure
  • Insert new IFC entities into existing IFC files.
  • Create entirely new IFC files from scratch with valid spatial structure (in progress)

This package is still early stage of development. The repo structure is subject to change. If you have questions please do not hesitate create a new issue on github repo or contanct me directly at li.chen@arch.ethz.ch .

Please see documentation at: http://compas.dev/compas_ifc/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compas_ifc-0.3.0.tar.gz (34.0 kB view hashes)

Uploaded Source

Built Distribution

compas_ifc-0.3.0-py2.py3-none-any.whl (43.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page