Generates all of the setup sheets for all of the operations in the document
"cAM_var" is a variable referencing a CAM object. |
"cAM_var" is a variable referencing a CAM object. |
| Type | Description |
| boolean | Returns true if successful |
| Name | Type | Description |
| format | SetupSheetFormats | The document format for the setup sheet. Valid options are HTMLFormat and ExcelFormat. Limitation: "ExcelFormat" can be used in windows OS only. |
| folder | string | The destination folder to locate the setup sheet documents in. |
| openDocument | boolean | An option to allow to open the document instantly after the generation. By default, the document is opened. This is an optional argument whose default value is True. |
| Name | Description |
| Generate Setup Sheets API Sample | Demonstrates generating the setup sheets for an existing toolpath.. |