Arch: touch Axis when key property change
This allow experimental wall to auto align to the new axis position.
This commit is contained in:
committed by
Yorik van Havre
parent
f20ab1765f
commit
1911453aa1
@@ -246,10 +246,10 @@ class _Axis:
|
||||
obj.Shape = sh
|
||||
obj.Placement = pl
|
||||
|
||||
#def onChanged(self,obj,prop):
|
||||
def onChanged(self,obj,prop):
|
||||
|
||||
# if prop in ["Angles","Distances","Placement"]:
|
||||
# self.execute(obj)
|
||||
if prop in ["Angles","Distances","Placement"]:
|
||||
obj.touch()
|
||||
|
||||
def __getstate__(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user