Skip to content

gltf serializer does not give element guid for all elements. #10

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

Open
rashmi-93 opened this issue Jul 25, 2019 · 1 comment
Open

gltf serializer does not give element guid for all elements. #10

rashmi-93 opened this issue Jul 25, 2019 · 1 comment

Comments

@rashmi-93
Copy link

when we download model using gltf serializer, it gives element guid data as "ifcId" for only those elements which has "type" property as "Mesh". So ifcId is element guid that bimserver knows. IfcId get returned only for child level property (having Mesh type). I want identifier for whole elements(parent and children) that bimserver knows.

@rubendel
Copy link
Member

Not sure if I understand correctly. Are you talking about the IFC decomposes/contains relations? Or would you simply want to have the IFC GUID in the the "Node" attributes as well?

As you have probably seen, the current glTF2 serializer outputs a flat "hierarchy", I don't see that changing to a tree hierarchy quickly as almost no tools showing glTF2 actually do anything with the hierarchy.

@rubendel rubendel transferred this issue from opensourceBIM/BIMserver Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants