10-21-2024
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-21-2024
08:16 AM
As a follow-up, I did find what I believe is the list I recalled.
It's within the Remarks on this help page for the OnNewEditObject ApplicationEvent: https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=ApplicationEvents_OnNewEditObject
Valid objects for edit objects are documents, 2d and 3d sketches, and drawing sheets.
But clearly this list isn't complete, but just supplying examples. I know there are additional valid objects such as FlatPattern.
I just don't know what /all/ the ActiveEditObject can encompass. Does it return "PartFeature" (or specific subtype of) if a Part model feature is being edited? etc, etc, etc.