You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: