-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle IFC header data when working with low level interface #1307
Comments
Please provide some more information on how you use BIMserver (embedded, standalone?) and how you try to access the BIMserver data ("download the IFC model"), in order to reproduce this potential issue. Also the subject line could be a bit more specific, yet less verbose. |
We fill the model using ClientIfcModel (in the client code) and in LongDownloadOrCheckoutAction we get ServerIfcModel, ifcHeader in ServerIfcModelis=null. |
I assume you use |
How to get IfcHeader? When we try download ifc model, ServerIfcModel has`t modelMetaData and IfcHeader... In all cases IfcHeader = null
The text was updated successfully, but these errors were encountered: