Path: Change HandleMultipleFeatures default value to Collectively
This fixes error when attempting to profile loop of vertical faces, thus maintaining original Profile Faces behavior by default for vertical looped face set.
This commit is contained in:
@@ -146,7 +146,7 @@ class ObjectProfile(PathAreaOp.ObjectOp):
|
||||
return {
|
||||
'AttemptInverseAngle': True,
|
||||
'Direction': 'CW',
|
||||
'HandleMultipleFeatures': 'Individually',
|
||||
'HandleMultipleFeatures': 'Collectively',
|
||||
'InverseAngle': False,
|
||||
'JoinType': 'Round',
|
||||
'LimitDepthToFace': True,
|
||||
|
||||
Reference in New Issue
Block a user