GltfSerializers icon indicating copy to clipboard operation
GltfSerializers copied to clipboard

gltf serializer does not give element guid for all elements.

Open rashmi-93 opened this issue 6 years ago • 1 comments

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.

rashmi-93 avatar Jul 25 '19 12:07 rashmi-93

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 avatar Jul 27 '19 07:07 rubendel