CAM API - Create Setups?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In a video or forum comment Brian Eakins explained that scripting is not seen as a way to create a complete model, but rather a way to support creation of a model with additional UI functionality. Knowing that, I proceed to create the basic outline of my model in Python using scripting. My project has a number of simple flat panels with various openings. I was surprised how far I got in the CAD portion of my project using just a few API calls.
Here's what I found most useful in the CAD space:
From a few simple python dictionaries and arrays, I was able to create 20 separate panels as individual components. I was able to populate each panel with a series of openings.
When I came to the CAM side, I found information from early 2016, that indicated that the CAM API does not contain API methods to create Cam setup objects.
It seems kind of basic that an API for an object would expose a method to create one. Am I missing something?