-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emmanuel Maschas edited this page Nov 11, 2020
·
3 revisions
winBCF.pyw
is a Python application that reads a BCF file and displays its content in a window.
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
Here is a screenshot of the application :
The application is based on a dedicated class : BCFclass
The documentation of this class is avaible in this wiki in the BCFclass documentation page.