Add coolant feature to Ops

This commit is contained in:
Daniel Wood
2019-08-28 19:33:36 +01:00
parent 8b0e244ed4
commit bdcccc08b1
7 changed files with 8 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ class ObjectSurface(PathOp.ObjectOp):
def opFeatures(self, obj):
'''opFeatures(obj) ... return all standard features and edges based geomtries'''
return PathOp.FeatureTool | PathOp.FeatureDepths | PathOp.FeatureHeights | PathOp.FeatureStepDown
return PathOp.FeatureTool | PathOp.FeatureDepths | PathOp.FeatureHeights | PathOp.FeatureStepDown | PathOp.FeatureCoolant
def initOperation(self, obj):
'''initPocketOp(obj) ... create facing specific properties'''