BIM: fix material handling of equipment

This commit is contained in:
Roy-043
2025-09-12 18:54:28 +02:00
committed by Yorik van Havre
parent f66502e109
commit a5763bee07

View File

@@ -309,3 +309,5 @@ class _ViewProviderEquipment(ArchComponent.ViewProviderComponent):
self.coords.point.setValues([[p.x,p.y,p.z] for p in obj.SnapPoints])
else:
self.coords.point.deleteValues(0)
else:
ArchComponent.ViewProviderComponent.updateData(self,obj,prop)