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:
Russell Johnson
2021-02-18 01:39:07 -06:00
parent 0b9a160331
commit 45dab6b589

View File

@@ -146,7 +146,7 @@ class ObjectProfile(PathAreaOp.ObjectOp):
return {
'AttemptInverseAngle': True,
'Direction': 'CW',
'HandleMultipleFeatures': 'Individually',
'HandleMultipleFeatures': 'Collectively',
'InverseAngle': False,
'JoinType': 'Round',
'LimitDepthToFace': True,