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

just to be sure, before getting the model state table log this property to check if you have a member or factory document: 

Logger.Info("Is Factory? {0}", ThisDoc.Document.ComponentDefinition.IsModelStateFactory) 

If you're working directly in Part1.ipt which is the one who contains the rule then ThisDoc is a factory document; on the other hands if you're executing this rule on trigger event or from a RunRule in parent assembly i'm not sure, I don't use very often ThisDoc instance. 

Which is your Inventor version including updates?