Functions | |
def | export (objectslist, filename, argstring) |
def | linenumber () |
def | parse (pathobj) |
def | processArguments (argstring) |
Variables | |
action | |
string | COMMAND_SPACE = " " |
default | |
help | |
int | LINENR = 100 |
string | MACHINE_NAME = "JTECH Photonic Laser" |
bool | MODAL = False |
now = datetime.datetime.now() | |
bool | OUTPUT_COMMENTS = True |
tuple | OUTPUT_DOUBLES |
bool | OUTPUT_HEADER = True |
bool | OUTPUT_LINE_NUMBERS = False |
parser = argparse.ArgumentParser(prog="jtech", add_help=False) | |
string | POST_FEED |
string | POST_OPERATION = """""" |
string | POSTAMBLE |
int | POWER_ON_DELAY = 0 |
string | PRE_FEED |
string | PRE_OPERATION = """""" |
string | PREAMBLE |
int | PRECISION = 3 |
pythonopen = open | |
bool | SHOW_EDITOR = True |
string | TOOL_CHANGE = """""" |
string | TOOLTIP |
TOOLTIP_ARGS = parser.format_help() | |
string | UNIT_FORMAT = "mm" |
string | UNIT_SPEED_FORMAT = "mm/min" |
string | UNITS = "G21" |
def PathScripts.post.jtech_post.export | ( | objectslist, | |
filename, | |||
argstring | |||
) |
def PathScripts.post.jtech_post.linenumber | ( | ) |
Referenced by PathScripts.post.jtech_post.export(), and PathScripts.post.jtech_post.parse().
def PathScripts.post.jtech_post.parse | ( | pathobj | ) |
References PathScripts.post.jtech_post.linenumber(), and PathScripts.post.jtech_post.parse().
Referenced by PathScripts.post.jtech_post.export(), and PathScripts.post.jtech_post.parse().
def PathScripts.post.jtech_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.jtech_post.export().
PathScripts.post.jtech_post.action |
string PathScripts.post.jtech_post.COMMAND_SPACE = " " |
PathScripts.post.jtech_post.default |
PathScripts.post.jtech_post.help |
int PathScripts.post.jtech_post.LINENR = 100 |
string PathScripts.post.jtech_post.MACHINE_NAME = "JTECH Photonic Laser" |
bool PathScripts.post.jtech_post.MODAL = False |
PathScripts.post.jtech_post.now = datetime.datetime.now() |
bool PathScripts.post.jtech_post.OUTPUT_COMMENTS = True |
tuple PathScripts.post.jtech_post.OUTPUT_DOUBLES |
bool PathScripts.post.jtech_post.OUTPUT_HEADER = True |
bool PathScripts.post.jtech_post.OUTPUT_LINE_NUMBERS = False |
PathScripts.post.jtech_post.parser = argparse.ArgumentParser(prog="jtech", add_help=False) |
string PathScripts.post.jtech_post.POST_FEED |
string PathScripts.post.jtech_post.POST_OPERATION = """""" |
string PathScripts.post.jtech_post.POSTAMBLE |
int PathScripts.post.jtech_post.POWER_ON_DELAY = 0 |
string PathScripts.post.jtech_post.PRE_FEED |
string PathScripts.post.jtech_post.PRE_OPERATION = """""" |
string PathScripts.post.jtech_post.PREAMBLE |
int PathScripts.post.jtech_post.PRECISION = 3 |
PathScripts.post.jtech_post.pythonopen = open |
Referenced by PathScripts.post.jtech_post.export().
bool PathScripts.post.jtech_post.SHOW_EDITOR = True |
string PathScripts.post.jtech_post.TOOL_CHANGE = """""" |
string PathScripts.post.jtech_post.TOOLTIP |
PathScripts.post.jtech_post.TOOLTIP_ARGS = parser.format_help() |
string PathScripts.post.jtech_post.UNIT_FORMAT = "mm" |
string PathScripts.post.jtech_post.UNIT_SPEED_FORMAT = "mm/min" |
string PathScripts.post.jtech_post.UNITS = "G21" |