Arch: Renamed Role property to IfcRole
This commit is contained in:
@@ -182,7 +182,7 @@ class _Roof(ArchComponent.Component):
|
||||
obj.addProperty("App::PropertyLength","BorderLength","Arch", QT_TRANSLATE_NOOP("App::Property","The total length of borders of this roof"))
|
||||
obj.addProperty("App::PropertyBool","Flip","Arch",QT_TRANSLATE_NOOP("App::Property","Flip the roof direction if going the wrong way"))
|
||||
self.Type = "Roof"
|
||||
obj.Role = "Roof"
|
||||
obj.IfcRole = "Roof"
|
||||
obj.Proxy = self
|
||||
obj.setEditorMode("RidgeLength",1)
|
||||
obj.setEditorMode("BorderLength",1)
|
||||
|
||||
Reference in New Issue
Block a user