mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
8 lines
236 B
Markdown
8 lines
236 B
Markdown
|
|
# bcf
|
||
|
|
|
||
|
|
A simple Python implementation of BCF. The data model is described in `data.py`.
|
||
|
|
Manipulation of BCF-XML is available via `bcfxml.py` and manipulation of BCF-API
|
||
|
|
is available via `bcfapi.py`.
|
||
|
|
|
||
|
|
Currently supports BCF version 2.1.
|