Arch: Extended role property to all Arch objects - fixes #1577
This commit is contained in:
@@ -84,7 +84,6 @@ class _Frame(ArchComponent.Component):
|
||||
obj.addProperty("App::PropertyBool","Align","Arch","Specifies if the profile must be aligned with the extrusion wires")
|
||||
obj.addProperty("App::PropertyVector","Offset","Arch","An offset vector between the base sketch and the frame")
|
||||
obj.addProperty("App::PropertyAngle","Rotation","Arch","The rotation of the profile around its extrusion axis")
|
||||
obj.addProperty("App::PropertyEnumeration","Role","Arch","The role of this wall")
|
||||
self.Type = "Frame"
|
||||
obj.Role = Roles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user