BIM: BimViews upgrade

This commit is contained in:
Yorik van Havre
2024-08-09 10:37:49 +02:00
committed by Yorik van Havre
parent 438c6d730f
commit fbd7d201d5
18 changed files with 1043 additions and 150 deletions

View File

@@ -531,6 +531,8 @@ class ViewProviderBuildingPart:
return ":/icons/Arch_Floor_Tree.svg"
elif self.Object.IfcType == "Building":
return ":/icons/Arch_Building_Tree.svg"
elif self.Object.IfcType == "Annotation":
return ":/icons/BIM_ArchView.svg"
return ":/icons/Arch_BuildingPart_Tree.svg"
def attach(self,vobj):