Public Member Functions | |
| def | initOperation (self, obj) |
| def | nextpoint (self, startpoint=0.0, endpoint=0.0, count=3) |
| def | opExecute (self, obj) |
| def | opFeatures (self, obj) |
| def | opSetDefaultValues (self, obj, job) |
Public Member Functions inherited from PathScripts.PathOp.ObjectOp | |
| def | addBase (self, obj, base, sub) |
| def | addBaseProperty (self, obj) |
| def | addOpValues (self, obj, values) |
| def | applyExpression (self, obj, prop, expr) |
| def | execute (self, obj) |
| def | getCycleTimeEstimate (self, obj) |
| def | getJob (self, obj) |
| def | initOperation (self, obj) |
| def | isToolSupported (self, obj, tool) |
| def | onChanged (self, obj, prop) |
| def | onDocumentRestored (self, obj) |
| def | opExecute (self, obj) |
| def | opFeatures (self, obj) |
| def | opOnChanged (self, obj, prop) |
| def | opOnDocumentRestored (self, obj) |
| def | opPropertyEnumerations (self, dataType="data") |
| def | opRejectAddBase (self, obj, base, sub) |
| def | opSetDefaultValues (self, obj, job) |
| def | opUpdateDepths (self, obj) |
| def | sanitizeBase (self, obj) |
| def | setDefaultValues (self, obj) |
| def | setEditorModes (self, obj, features) |
| def | updateDepths (self, obj, ignoreErrors=False) |
Additional Inherited Members | |
Public Attributes inherited from PathScripts.PathOp.ObjectOp | |
| addNewProps | |
| commandlist | |
| horizFeed | |
| horizRapid | |
| job | |
| model | |
| radius | |
| stock | |
| tool | |
| vertFeed | |
| vertRapid | |
Proxy object for Probing operation.
| def PathScripts.PathProbe.ObjectProbing.initOperation | ( | self, | |
| obj | |||
| ) |
initOperation(obj) ... implement to create additional properties. Should be overwritten by subclasses.
Reimplemented from PathScripts.PathOp.ObjectOp.
References draftutils.translate.QT_TRANSLATE_NOOP.
| def PathScripts.PathProbe.ObjectProbing.nextpoint | ( | self, | |
startpoint = 0.0, |
|||
endpoint = 0.0, |
|||
count = 3 |
|||
| ) |
Referenced by PathScripts.PathProbe.ObjectProbing.opExecute().
| def PathScripts.PathProbe.ObjectProbing.opExecute | ( | self, | |
| obj | |||
| ) |
opExecute(obj) ... generate probe locations.
Reimplemented from PathScripts.PathOp.ObjectOp.
References PathScripts.PathOp.ObjectOp.commandlist, PathScripts.PathVcarve.ObjectVcarve.commandlist, PathTests.TestPathHelpers.TestPathHelpers.commandlist, and PathScripts.PathProbe.ObjectProbing.nextpoint().
Referenced by PathScripts.PathOp.ObjectOp.execute().
| def PathScripts.PathProbe.ObjectProbing.opFeatures | ( | self, | |
| obj | |||
| ) |
opFeatures(obj) ... Probing works on the stock object.
Reimplemented from PathScripts.PathOp.ObjectOp.
Referenced by PathScripts.PathOp.ObjectOp.addOpValues(), PathScripts.PathAreaOp.ObjectOp.areaOpSetDefaultValues(), PathScripts.PathOp.ObjectOp.execute(), PathScripts.PathOp.ObjectOp.onDocumentRestored(), PathScripts.PathCircularHoleBase.ObjectOp.opExecute(), PathScripts.PathAreaOp.ObjectOp.opSetDefaultValues(), PathScripts.PathEngraveBase.ObjectOp.opSetDefaultValues(), PathScripts.PathVcarve.ObjectVcarve.opSetDefaultValues(), PathScripts.PathOp.ObjectOp.setDefaultValues(), and PathScripts.PathOp.ObjectOp.updateDepths().
| def PathScripts.PathProbe.ObjectProbing.opSetDefaultValues | ( | self, | |
| obj, | |||
| job | |||
| ) |
opSetDefaultValues(obj, job) ... set default value for RetractHeight
Reimplemented from PathScripts.PathOp.ObjectOp.
Referenced by PathScripts.PathEngrave.ObjectEngrave.opUpdateDepths(), PathScripts.PathVcarve.ObjectVcarve.opUpdateDepths(), and PathScripts.PathOp.ObjectOp.setDefaultValues().