path direction if useComp is false
This commit is contained in:
sliptonic
2017-12-19 13:58:32 -06:00
committed by wmayer
parent 3b2f5ff0af
commit e80389fc2f

View File

@@ -119,9 +119,14 @@ class ObjectProfile(PathAreaOp.ObjectOp):
params['orientation'] = 0
else:
params['orientation'] = 1
if not obj.UseComp:
if direction == 'CCW':
params['orientation'] = 1
else:
params['orientation'] = 0
return params
def areaOpUseProjection(self, obj):
'''areaOpUseProjection(obj) ... returns True'''
return True