Public Member Functions | |
| def | appendCommand (self, cmd, z, relZ, feed) |
| def | buildpathocc (self, obj, wires, zValues, relZ=False, forward=True, start_idx=0) |
| def | getZValues (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 | 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 | opRejectAddBase (self, obj, base, sub) |
| def | opUpdateDepths (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 | |
Detailed Description
Proxy base class for engrave operations.
Member Function Documentation
◆ appendCommand()
| def PathScripts.PathEngraveBase.ObjectOp.appendCommand | ( | self, | |
| cmd, | |||
| z, | |||
| relZ, | |||
| feed | |||
| ) |
References PathScripts.PathOp.ObjectOp.commandlist.
Referenced by PathScripts.PathEngraveBase.ObjectOp.buildpathocc().
◆ buildpathocc()
| def PathScripts.PathEngraveBase.ObjectOp.buildpathocc | ( | self, | |
| obj, | |||
| wires, | |||
| zValues, | |||
relZ = False, |
|||
forward = True, |
|||
start_idx = 0 |
|||
| ) |
buildpathocc(obj, wires, zValues, relZ=False) ... internal helper function to generate engraving commands.
References PathScripts.PathEngraveBase.ObjectOp.appendCommand(), PathScripts.PathOp.ObjectOp.commandlist, PathScripts.PathOp.ObjectOp.horizFeed, PathScripts.PathOp.ObjectOp.horizRapid, PathScripts.PathOp.ObjectOp.vertFeed, and PathScripts.PathOp.ObjectOp.vertRapid.
Referenced by PathScripts.PathEngrave.ObjectEngrave.opExecute().
◆ getZValues()
| def PathScripts.PathEngraveBase.ObjectOp.getZValues | ( | self, | |
| obj | |||
| ) |
Referenced by PathScripts.PathEngrave.ObjectEngrave.opExecute().
◆ opSetDefaultValues()
| def PathScripts.PathEngraveBase.ObjectOp.opSetDefaultValues | ( | self, | |
| obj, | |||
| job | |||
| ) |
opSetDefaultValues(obj) ... set depths for engraving
Reimplemented from PathScripts.PathOp.ObjectOp.
Reimplemented in PathScripts.PathDeburr.ObjectDeburr.
References PathScripts.PathEngrave.ObjectEngrave.opFeatures(), PathScripts.PathAreaOp.ObjectOp.opFeatures(), PathScripts.PathDeburr.ObjectDeburr.opFeatures(), PathScripts.PathCircularHoleBase.ObjectOp.opFeatures(), PathScripts.PathOp.ObjectOp.opFeatures(), and PathScripts.PathAdaptive.PathAdaptive.opFeatures().
Referenced by PathScripts.PathEngrave.ObjectEngrave.opUpdateDepths(), and PathScripts.PathOp.ObjectOp.setDefaultValues().
The documentation for this class was generated from the following file:
- src/Mod/Path/PathScripts/PathEngraveBase.py
Public Member Functions inherited from
1.8.17