Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I successfully obtained the CAM object
cam = adsk.cam.CAM.cast(product)
I found that cam.designRootOccurrence.component.allOccurrences gives me access to
the components as seen in the Design workspace but I want to gain access
to the components with further operation applied to them in the Manufacture
workspace.
Solved! Go to Solution.