-
Notifications
You must be signed in to change notification settings - Fork 132
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
Static BIN file format #116
Comments
|
I checked, but the available BIN doesn't seem to be a Gltf Bin V1 or V2 (no magic number, not following the specification). But I believe it was created using this repo https://github.com/opensourceBIM/BinarySerializers. I will continue my research :) Thanks |
Yes, this was probably created from the binary serializer plugins. The format is not documented besides through the serializer implementation code itself. To create these files, you just need to run a BIMserver instance (local or remote) with the BinarySerializer plugins installed, upload your IFC to it and download the binary file. You can do the upload and download through a web client like BIMvie.ws or any other client using the BIMserver API. |
I found that the static implementation do something that I want to do.
Is there any documentation of the .BIN format?
How could I generate it for another IFC file?
The text was updated successfully, but these errors were encountered: