FreeCAD Python
Public Member Functions | List of all members
PathScripts.PathDeburr.ObjectDeburr Class Reference

Detailed Description

Proxy class for Deburr operation.

Public Member Functions

def opRejectAddBase (self, obj, base, sub)
 
- Public Member Functions inherited from PathScripts.PathEngraveBase.ObjectOp
def buildpathocc (self, obj, wires, zValues, rel=False)
 
- Public Member Functions inherited from PathScripts.PathOp.ObjectOp
def setEditorModes (self, obj, features)
 
def __getstate__ (self)
 
def __setstate__ (self, state)
 
def opOnChanged (self, obj, prop)
 
def opUpdateDepths (self, obj)
 
def onChanged (self, obj, prop)
 
def applyExpression (self, obj, prop, expr)
 
def setDefaultValues (self, obj)
 
def getJob (self, obj)
 
def updateDepths (self, obj, ignoreErrors=False)
 
def execute (self, obj)
 

Member Function Documentation

◆ opRejectAddBase()

def PathScripts.PathDeburr.ObjectDeburr.opRejectAddBase (   self,
  obj,
  base,
  sub 
)
The chamfer op can only deal with features of the base model, all others are rejected.

Reimplemented from PathScripts.PathOp.ObjectOp.