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 edab3c6ecc
commit f1f584af2d

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,