mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
a2ccff67ca
This is done to comply with the Implementation Agreements https://github.com/buildingSMART/BCF-XML/tree/release_3_0/Documentation#create-directory-folder-entries-in-the-zip-files-central-directory
bcf
A simple Python implementation of the BCF standard. Manipulation of BCF-XML is
available via bcfxml.py and manipulation of BCF-API is available via
bcfapi.py.
Python files in 'model' folder are automatically generated from .xsd files (located in 'xsd' folder).
To regenerate them you can use make models.
The only exception is 'v2/model/extensions.py', see it's note for the details.