10-21-2024
08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-21-2024
08:51 AM
I think you and I came to a pretty similar conclusion.
There's many types that can be edited in-place but not really any convenient list anywhere. So far my only idea is like you recommended; add an event handler that'll log each ActiveEditObject type, launch Inventor, and "in-place edit" as many things as I could think of and start with that list, using the OnNewEditObject (as linked in the OP) event handler in my add-in.
Ah well. If no one supplies a good list and I end up compiling my own, I'll follow up and share. Otherwise I may just add the specific object Types I care about as-needed and not worry about it.