Functions | |
def | export (objectslist, filename, argstring) |
def | HEIDEN_Arc (arc_Params, arc_direction, arc_comp, arc_feed, arc_rapid, arc_M_funct, Cmd_Number) |
def | HEIDEN_Begin (ActualJob) |
def | HEIDEN_Drill (drill_Obj, drill_Params, drill_Type, drill_feed) |
def | HEIDEN_End (ActualJob) |
def | HEIDEN_Format (formatType, formatValue) |
def | HEIDEN_LBL_Get (GetPoint=None, GetLevel=None, GetAddit=0) |
def | HEIDEN_LBL_Replace () |
def | HEIDEN_Line (line_Params, line_comp, line_feed, line_rapid, line_M_funct, Cmd_Number) |
def | HEIDEN_Numberize (GCodeStrings) |
def | HEIDEN_PolarArc (pol_cc_X, pol_cc_Y, pol_X, pol_Y, pol_Z, pol_Axis, pol_Incr) |
def | HEIDEN_ToolCall (tool_Params) |
def | processArguments (argstring) |
def PathScripts.post.heidenhain_post.export | ( | objectslist, | |
filename, | |||
argstring | |||
) |
References PathScripts.post.heidenhain_post.HEIDEN_Arc(), PathScripts.post.heidenhain_post.HEIDEN_Begin(), PathScripts.post.heidenhain_post.HEIDEN_Drill(), PathScripts.post.heidenhain_post.HEIDEN_End(), PathScripts.post.heidenhain_post.HEIDEN_LBL_Replace(), PathScripts.post.heidenhain_post.HEIDEN_Line(), PathScripts.post.heidenhain_post.HEIDEN_Numberize(), PathScripts.post.heidenhain_post.HEIDEN_ToolCall(), PathScripts.post.heidenhain_post.processArguments(), and PathScripts.post.heidenhain_post.pythonopen.
def PathScripts.post.heidenhain_post.HEIDEN_Arc | ( | arc_Params, | |
arc_direction, | |||
arc_comp, | |||
arc_feed, | |||
arc_rapid, | |||
arc_M_funct, | |||
Cmd_Number | |||
) |
def PathScripts.post.heidenhain_post.HEIDEN_Begin | ( | ActualJob | ) |
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.HEIDEN_Drill | ( | drill_Obj, | |
drill_Params, | |||
drill_Type, | |||
drill_feed | |||
) |
References PathScripts.post.heidenhain_post.HEIDEN_Format().
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.HEIDEN_End | ( | ActualJob | ) |
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.HEIDEN_Format | ( | formatType, | |
formatValue | |||
) |
def PathScripts.post.heidenhain_post.HEIDEN_LBL_Get | ( | GetPoint = None , |
|
GetLevel = None , |
|||
GetAddit = 0 |
|||
) |
def PathScripts.post.heidenhain_post.HEIDEN_LBL_Replace | ( | ) |
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.HEIDEN_Line | ( | line_Params, | |
line_comp, | |||
line_feed, | |||
line_rapid, | |||
line_M_funct, | |||
Cmd_Number | |||
) |
def PathScripts.post.heidenhain_post.HEIDEN_Numberize | ( | GCodeStrings | ) |
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.HEIDEN_PolarArc | ( | pol_cc_X, | |
pol_cc_Y, | |||
pol_X, | |||
pol_Y, | |||
pol_Z, | |||
pol_Axis, | |||
pol_Incr | |||
) |
References PathScripts.post.heidenhain_post.HEIDEN_Format().
Referenced by PathScripts.post.heidenhain_post.HEIDEN_Arc().
def PathScripts.post.heidenhain_post.HEIDEN_ToolCall | ( | tool_Params | ) |
References PathScripts.post.heidenhain_post.HEIDEN_Format().
Referenced by PathScripts.post.heidenhain_post.export().
def PathScripts.post.heidenhain_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.heidenhain_post.export().
PathScripts.post.heidenhain_post.action |
int PathScripts.post.heidenhain_post.AXIS_DECIMALS = 3 |
list PathScripts.post.heidenhain_post.COMPENSATION_DIFF_STATUS = [False, True] |
PathScripts.post.heidenhain_post.default |
int PathScripts.post.heidenhain_post.FEED_DECIMALS = 0 |
int PathScripts.post.heidenhain_post.FEED_MAX_SPEED = 8000 |
int PathScripts.post.heidenhain_post.FIRST_LBL = 1 |
dictionary PathScripts.post.heidenhain_post.G_FUNCTION_STORE |
PathScripts.post.heidenhain_post.help |
bool PathScripts.post.heidenhain_post.LBLIZE_ACTIVE = False |
int PathScripts.post.heidenhain_post.LBLIZE_PATH_LEVEL = 99999 |
bool PathScripts.post.heidenhain_post.LBLIZE_STAUS = False |
int PathScripts.post.heidenhain_post.LINENUMBER_INCREMENT = 1 |
bool PathScripts.post.heidenhain_post.LINENUMBERS = True |
dictionary PathScripts.post.heidenhain_post.MACHINE_CYCLE_DEF |
dictionary PathScripts.post.heidenhain_post.MACHINE_LAST_CENTER |
dictionary PathScripts.post.heidenhain_post.MACHINE_LAST_POSITION |
bool PathScripts.post.heidenhain_post.MACHINE_SKIP_PARAMS = False |
int PathScripts.post.heidenhain_post.MACHINE_SPINDLE_DIRECTION = 3 |
list PathScripts.post.heidenhain_post.MACHINE_STORED_PARAMS = ["", -1, ""] |
list PathScripts.post.heidenhain_post.MACHINE_TRASL_ROT = [0, 0, 0, 0] |
bool PathScripts.post.heidenhain_post.MACHINE_USE_FMAX = False |
int PathScripts.post.heidenhain_post.MACHINE_WORK_AXIS = 2 |
PathScripts.post.heidenhain_post.parser = argparse.ArgumentParser(prog="heidenhain", add_help=False) |
list PathScripts.post.heidenhain_post.POSTGCODE = [] |
PathScripts.post.heidenhain_post.pythonopen = open |
Referenced by PathScripts.post.heidenhain_post.export().
bool PathScripts.post.heidenhain_post.SHOW_EDITOR = True |
bool PathScripts.post.heidenhain_post.SKIP_WARNS = False |
bool PathScripts.post.heidenhain_post.SOLVE_COMPENSATION_ACTIVE = False |
int PathScripts.post.heidenhain_post.SPINDLE_DECIMALS = 0 |
int PathScripts.post.heidenhain_post.STARTLINENR = 0 |
dictionary PathScripts.post.heidenhain_post.STORED_CANNED_PARAMS |
tuple PathScripts.post.heidenhain_post.STORED_COMPENSATED_OBJ = () |
list PathScripts.post.heidenhain_post.STORED_LBL = [] |
string PathScripts.post.heidenhain_post.TOOLTIP |
PathScripts.post.heidenhain_post.TOOLTIP_ARGS = parser.format_help() |
string PathScripts.post.heidenhain_post.UNITS = "MM" |