Fixed Contour.Direction and simplified Dogbone.Side determination.
This commit is contained in:
committed by
Yorik van Havre
parent
1bda01646d
commit
104eb53a8b
@@ -181,9 +181,9 @@ class ObjectContour:
|
||||
'return_end': True}
|
||||
|
||||
if obj.Direction == 'CCW':
|
||||
params['orientation'] = 1
|
||||
else:
|
||||
params['orientation'] = 0
|
||||
else:
|
||||
params['orientation'] = 1
|
||||
|
||||
if self.endVector is not None:
|
||||
params['start'] = self.endVector
|
||||
|
||||
Reference in New Issue
Block a user