Functions | |
| def | export (objectslist, filename, argstring) |
Variables | |
| cam_file = FreeCAD.ActiveDocument.FileName | |
| string | HEADER |
| string | MACHINE_NAME = """Max Computer GmbH nccad9 MCS/KOSY""" |
| string | POSTAMBLE |
| string | TOOL_CHANGE |
| string | TOOLTIP |
| def PathScripts.post.nccad_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
Export the list of objects into a filename.
Parameters
----------
objectslists: list
List of objects.
filename: str
Name of the output file ending in `'.knc'`.
| string PathScripts.post.nccad_post.cam_file = FreeCAD.ActiveDocument.FileName |
| string PathScripts.post.nccad_post.HEADER |
| string PathScripts.post.nccad_post.MACHINE_NAME = """Max Computer GmbH nccad9 MCS/KOSY""" |
| string PathScripts.post.nccad_post.POSTAMBLE |
| string PathScripts.post.nccad_post.TOOL_CHANGE |
| string PathScripts.post.nccad_post.TOOLTIP |