Path: Remove Expand Profile feature from Profile op

This commit is contained in:
Russell Johnson
2021-01-29 19:36:14 -06:00
parent 4db83a41ca
commit df7638435f
2 changed files with 8 additions and 139 deletions

View File

@@ -231,8 +231,6 @@ class ObjectOp(PathOp.ObjectOp):
area.add(baseobject)
areaParams = self.areaOpAreaParams(obj, isHole) # pylint: disable=assignment-from-no-return
if hasattr(obj, 'ExpandProfile') and obj.ExpandProfile != 0:
areaParams = self.areaOpAreaParamsExpandProfile(obj, isHole) # pylint: disable=assignment-from-no-return
heights = [i for i in self.depthparams]
PathLog.debug('depths: {}'.format(heights))