Classes | |
| class | ObjectDeburr |
Functions | |
| def | Create (name, obj=None, parentJob=None) |
| def | SetupProperties () |
| def | toolDepthAndOffset (width, extraDepth, tool, printInfo) |
Variables | |
| Part = LazyLoader("Part", globals(), "Part") | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathDeburr.Create | ( | name, | |
obj = None, |
|||
parentJob = None |
|||
| ) |
Create(name) ... Creates and returns a Deburr operation.
| def PathScripts.PathDeburr.SetupProperties | ( | ) |
| def PathScripts.PathDeburr.toolDepthAndOffset | ( | width, | |
| extraDepth, | |||
| tool, | |||
| printInfo | |||
| ) |
toolDepthAndOffset(width, extraDepth, tool) ... return tuple for given\n parameters.
| PathScripts.PathDeburr.Part = LazyLoader("Part", globals(), "Part") |
| PathScripts.PathDeburr.translate = FreeCAD.Qt.translate |