Skip to content
Emmanuel Maschas edited this page Nov 11, 2020 · 3 revisions

BCF-Read

winBCF.pyw is a Python application that reads a BCF file and displays its content in a window.

BCF files

BCF files are exported from 3D model review softwares and contain the topics and comments without the model itself.
See BIM Collaboration Format from BuildingSmart.org

An example of BCF file is supplied for tests : sample.bcfzip

Screenshot

Here is a screenshot of the application :

BCF Class

The application is based on a dedicated class : BCFclass
The documentation of this class is avaible in this wiki in the BCFclass documentation page.

Clone this wiki locally