Message 1 of 5
Exception thrown setting CAM output folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My add-in assigns the output folder in an NC Program, like this:
parameters.itemByName("nc_program_output_folder").value.value = outputFolder
However, if the value being assigned is Fusion's default output folder, or a network share, this assignment throws an exception and the output folder is set to <UNSPECIFIED>. This happens even when the assignment is just to the current value.