Arch: Fixed visibility of BuildingPart
This commit is contained in:
@@ -500,6 +500,7 @@ class ViewProviderBuildingPart:
|
||||
self.txt.justification = coin.SoText2.LEFT
|
||||
self.txt.string.setValue("level")
|
||||
self.sep.addChild(self.txt)
|
||||
vobj.addDisplayMode(coin.SoSeparator(),"Default")
|
||||
self.onChanged(vobj,"ShapeColor")
|
||||
self.onChanged(vobj,"FontName")
|
||||
self.onChanged(vobj,"ShowLevel")
|
||||
@@ -518,10 +519,6 @@ class ViewProviderBuildingPart:
|
||||
|
||||
return mode
|
||||
|
||||
def isShow(self):
|
||||
|
||||
return True
|
||||
|
||||
def updateData(self,obj,prop):
|
||||
|
||||
if prop in ["Placement","LevelOffset"]:
|
||||
|
||||
Reference in New Issue
Block a user