Message 1 of 2
How to add CAM Operations into a folder CAMFolder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I would like to know how to add a custom operation to a folder. the Documentation only has "createFromTemplate", this does not help for an operation that was already created. I was looking into
adsk.cam.operation.parent but I think this only returns information. The code I'm using here is from the API samples:
#create a operation from the given template
results = setup.createFromTemplate(TemplateFile)
operation : adsk.cam.Operation = results.item(0)