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
Currently the GLTF file creates meshes and populates the 'name' property with the IfcName of the element + the IfcEntityLabel of the element (the "row number" in the IFC file)
since names don't follow any convention, I believe it is more robust to use the IfcGUID instead.
IfcGUID is unique per element, and doesn't change in cases of minor changes to the IFC file (i.e. authoring or editing), while the name can change (i.e. changing the convention, translating) and entity labels can also change.
Also IfcGUID is mandatory for all elements and objects.
The text was updated successfully, but these errors were encountered:
Currently the GLTF file creates meshes and populates the 'name' property with the IfcName of the element + the IfcEntityLabel of the element (the "row number" in the IFC file)
since names don't follow any convention, I believe it is more robust to use the IfcGUID instead.
IfcGUID is unique per element, and doesn't change in cases of minor changes to the IFC file (i.e. authoring or editing), while the name can change (i.e. changing the convention, translating) and entity labels can also change.
Also IfcGUID is mandatory for all elements and objects.
The text was updated successfully, but these errors were encountered: