Classes | |
| class | StockCreateBoxEdit |
| class | StockCreateCylinderEdit |
| class | StockEdit |
| class | StockFromBaseBoundBoxEdit |
| class | StockFromExistingEdit |
| class | TaskPanel |
| class | ViewProvider |
Functions | |
| def | Create (base, template=None, openTaskPanel=True) |
| def | selectionEx () |
Variables | |
| Draft = LazyLoader("Draft", globals(), "Draft") | |
| DraftVecUtils = LazyLoader("DraftVecUtils", globals(), "DraftVecUtils") | |
| Part = LazyLoader("Part", globals(), "Part") | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathJobGui.Create | ( | base, | |
template = None, |
|||
openTaskPanel = True |
|||
| ) |
Create(base, template) ... creates a job instance for the given base object using template to configure it.
| def PathScripts.PathJobGui.selectionEx | ( | ) |
| PathScripts.PathJobGui.Draft = LazyLoader("Draft", globals(), "Draft") |
| PathScripts.PathJobGui.DraftVecUtils = LazyLoader("DraftVecUtils", globals(), "DraftVecUtils") |
| PathScripts.PathJobGui.Part = LazyLoader("Part", globals(), "Part") |
| PathScripts.PathJobGui.translate = FreeCAD.Qt.translate |