Placement: fix invert feature
This commit is contained in:
parent
871d4b342e
commit
3741211019
|
@ -82,7 +82,7 @@ class LatticePlacement(latticeBaseFeature.LatticeFeature):
|
|||
if obj.PlacementChoice == 'Custom':
|
||||
obj.FlipZ = False
|
||||
if obj.Invert:
|
||||
obj.Placement = obj.Placement.inverse(obj.Placement)
|
||||
obj.Placement = obj.Placement.inverse()
|
||||
if obj.PlacementChoice == 'Custom':
|
||||
obj.Invert = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user