Functions | |
| def | export (objectslist, filename, argstring) |
| def | linenumber () |
| def | parse (pathobj) |
| def | processArguments (argstring) |
Variables | |
| int | AXIS_PRECISION = 4 |
| cam_file = os.path.basename(FreeCAD.ActiveDocument.FileName) | |
| string | COMMAND_SPACE = " " |
| string | COMMENT = ";" |
| dictionary | CORNER_MAX = {"x": 609.6, "y": 152.4, "z": 304.8} |
| dictionary | CORNER_MIN = {"x": -609.6, "y": -152.4, "z": 0} |
| int | FEED_PRECISION = 1 |
| string | HEADER |
| int | LINENR = 100 |
| string | MACHINE_NAME = "Centroid" |
| bool | MODAL = False |
| bool | OUTPUT_COMMENTS = True |
| bool | OUTPUT_HEADER = True |
| bool | OUTPUT_LINE_NUMBERS = False |
| string | POST_OPERATION = """""" |
| string | POSTAMBLE |
| string | PRE_OPERATION = """""" |
| string | PREAMBLE |
| pythonopen = open | |
| string | SAFETYBLOCK |
| bool | SHOW_EDITOR = True |
| int | SPINDLE_DECIMALS = 0 |
| string | TOOL_CHANGE = """""" |
| string | TOOLRETURN |
| string | TOOLTIP |
| string | TOOLTIP_ARGS |
| string | UNIT_FORMAT = "mm" |
| string | UNIT_SPEED_FORMAT = "mm/min" |
| string | UNITS = "G21" |
| string | ZAXISRETURN |
| def PathScripts.post.centroid_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
| def PathScripts.post.centroid_post.linenumber | ( | ) |
Referenced by PathScripts.post.centroid_post.export(), and PathScripts.post.centroid_post.parse().
| def PathScripts.post.centroid_post.parse | ( | pathobj | ) |
References PathScripts.post.centroid_post.linenumber(), and PathScripts.post.centroid_post.parse().
Referenced by PathScripts.post.centroid_post.export(), and PathScripts.post.centroid_post.parse().
| def PathScripts.post.centroid_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.centroid_post.export().
| int PathScripts.post.centroid_post.AXIS_PRECISION = 4 |
| string PathScripts.post.centroid_post.cam_file = os.path.basename(FreeCAD.ActiveDocument.FileName) |
| string PathScripts.post.centroid_post.COMMAND_SPACE = " " |
| string PathScripts.post.centroid_post.COMMENT = ";" |
| dictionary PathScripts.post.centroid_post.CORNER_MAX = {"x": 609.6, "y": 152.4, "z": 304.8} |
| dictionary PathScripts.post.centroid_post.CORNER_MIN = {"x": -609.6, "y": -152.4, "z": 0} |
| int PathScripts.post.centroid_post.FEED_PRECISION = 1 |
| string PathScripts.post.centroid_post.HEADER |
| int PathScripts.post.centroid_post.LINENR = 100 |
| string PathScripts.post.centroid_post.MACHINE_NAME = "Centroid" |
| bool PathScripts.post.centroid_post.MODAL = False |
| bool PathScripts.post.centroid_post.OUTPUT_COMMENTS = True |
| bool PathScripts.post.centroid_post.OUTPUT_HEADER = True |
| bool PathScripts.post.centroid_post.OUTPUT_LINE_NUMBERS = False |
| string PathScripts.post.centroid_post.POST_OPERATION = """""" |
| string PathScripts.post.centroid_post.POSTAMBLE |
| string PathScripts.post.centroid_post.PRE_OPERATION = """""" |
| string PathScripts.post.centroid_post.PREAMBLE |
| PathScripts.post.centroid_post.pythonopen = open |
Referenced by PathScripts.post.centroid_post.export().
| string PathScripts.post.centroid_post.SAFETYBLOCK |
| bool PathScripts.post.centroid_post.SHOW_EDITOR = True |
| int PathScripts.post.centroid_post.SPINDLE_DECIMALS = 0 |
| string PathScripts.post.centroid_post.TOOL_CHANGE = """""" |
| string PathScripts.post.centroid_post.TOOLRETURN |
| string PathScripts.post.centroid_post.TOOLTIP |
| string PathScripts.post.centroid_post.TOOLTIP_ARGS |
| string PathScripts.post.centroid_post.UNIT_FORMAT = "mm" |
| string PathScripts.post.centroid_post.UNIT_SPEED_FORMAT = "mm/min" |
| string PathScripts.post.centroid_post.UNITS = "G21" |
| string PathScripts.post.centroid_post.ZAXISRETURN |