Functions | |
| def | arc (command) |
| def | comment (command) |
| def | export (objectslist, filename, argstring) |
| def | getImperialValue (val) |
| def | getMetricValue (val) |
| def | linenumber () |
| def | move (command) |
| def | parse (pathobj) |
| def | spindle (command) |
| def | tool_change (command) |
Variables | |
| string | COMMAND_SPACE = "," |
| dictionary | CurrentState = {} |
| def | GetValue = getMetricValue |
| now = datetime.datetime.now() | |
| bool | OUTPUT_COMMENTS = False |
| bool | OUTPUT_HEADER = True |
| string | POST_OPERATION = """""" |
| string | POSTAMBLE = """""" |
| string | PRE_OPERATION = """""" |
| string | PREAMBLE = """""" |
| pythonopen = open | |
| dictionary | scommands |
| bool | SHOW_EDITOR = True |
| string | TOOL_CHANGE = """""" |
| string | TOOLTIP |
| string | TOOLTIP_ARGS |
| def PathScripts.post.opensbp_post.arc | ( | command | ) |
References PathScripts.post.opensbp_post.GetValue.
| def PathScripts.post.opensbp_post.comment | ( | command | ) |
| def PathScripts.post.opensbp_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
| def PathScripts.post.opensbp_post.getImperialValue | ( | val | ) |
| def PathScripts.post.opensbp_post.getMetricValue | ( | val | ) |
| def PathScripts.post.opensbp_post.linenumber | ( | ) |
Referenced by PathScripts.post.opensbp_post.export(), and PathScripts.post.opensbp_post.parse().
| def PathScripts.post.opensbp_post.move | ( | command | ) |
References PathScripts.post.opensbp_post.GetValue.
| def PathScripts.post.opensbp_post.parse | ( | pathobj | ) |
References PathScripts.post.opensbp_post.linenumber(), and PathScripts.post.opensbp_post.parse().
Referenced by PathScripts.post.opensbp_post.export(), and PathScripts.post.opensbp_post.parse().
| def PathScripts.post.opensbp_post.spindle | ( | command | ) |
| def PathScripts.post.opensbp_post.tool_change | ( | command | ) |
| string PathScripts.post.opensbp_post.COMMAND_SPACE = "," |
| dictionary PathScripts.post.opensbp_post.CurrentState = {} |
| def PathScripts.post.opensbp_post.GetValue = getMetricValue |
Referenced by PathScripts.post.opensbp_post.arc(), and PathScripts.post.opensbp_post.move().
| PathScripts.post.opensbp_post.now = datetime.datetime.now() |
| bool PathScripts.post.opensbp_post.OUTPUT_COMMENTS = False |
| bool PathScripts.post.opensbp_post.OUTPUT_HEADER = True |
| string PathScripts.post.opensbp_post.POST_OPERATION = """""" |
| string PathScripts.post.opensbp_post.POSTAMBLE = """""" |
| string PathScripts.post.opensbp_post.PRE_OPERATION = """""" |
| string PathScripts.post.opensbp_post.PREAMBLE = """""" |
| PathScripts.post.opensbp_post.pythonopen = open |
Referenced by PathScripts.post.opensbp_post.export().
| dictionary PathScripts.post.opensbp_post.scommands |
| bool PathScripts.post.opensbp_post.SHOW_EDITOR = True |
| string PathScripts.post.opensbp_post.TOOL_CHANGE = """""" |
| string PathScripts.post.opensbp_post.TOOLTIP |
| string PathScripts.post.opensbp_post.TOOLTIP_ARGS |