Message 1 of 2
How to access manufacturing models

Not applicable
04-16-2021
02:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Appreciate if anyone could give a clue:
adsk::cam::Setup object contains models, is it the "manufacturing model"?
Which API to access the details of adsk::cam::Setup.Models?
for example:
Ptr<Base>ptr = setup->models()->item(0);
How to access the "manufacturing model" associated with specific setup?