Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JamieVJohnson2
in reply to: Anonymous

Features...  ok then (remember this is pseudo code)

dim feat as PartFeature = PartDocument.ComponentDefinition.Features

 

For the latter part of your question.  Inventor has Events for many things (look at Manage\iLogic\EventTriggers in the ribbon), your trick is to hook into the most appropriate event (and least intrusive) then perform your task at that time.  I find Before Save document to be my best event, because the user has to save sometime.

jvj