Classes | |
| class | ObjectSlot |
Functions | |
| def | Create (name, obj=None, parentJob=None) |
| def | SetupProperties () |
Variables | |
| Arcs = LazyLoader("draftgeoutils.arcs", globals(), "draftgeoutils.arcs") | |
| FreeCADGui = LazyLoader("FreeCADGui", globals(), "FreeCADGui") | |
| Part = LazyLoader("Part", globals(), "Part") | |
| PathGeom = LazyLoader("PathScripts.PathGeom", globals(), "PathScripts.PathGeom") | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathSlot.Create | ( | name, | |
obj = None, |
|||
parentJob = None |
|||
| ) |
Create(name) ... Creates and returns a Slot operation.
| def PathScripts.PathSlot.SetupProperties | ( | ) |
SetupProperties() ... Return list of properties required for operation.
| PathScripts.PathSlot.Arcs = LazyLoader("draftgeoutils.arcs", globals(), "draftgeoutils.arcs") |
| PathScripts.PathSlot.FreeCADGui = LazyLoader("FreeCADGui", globals(), "FreeCADGui") |
| PathScripts.PathSlot.Part = LazyLoader("Part", globals(), "Part") |
| PathScripts.PathSlot.PathGeom = LazyLoader("PathScripts.PathGeom", globals(), "PathScripts.PathGeom") |
| PathScripts.PathSlot.translate = FreeCAD.Qt.translate |