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

Yes.

 

That's it (using Inventor 2022). It's this function: https://knowledge.autodesk.com/support/inventor/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/Inve...

 

How did you find it on API? How could I have found it myself? :slightly_smiling_face:

 

I just added the code to update the document after enabling it, since it's required.

 

Dim oADoc As AssemblyDocument = ThisDoc.Document
oADoc.ModelingSettings.ShowConstraintStateInBrowser = True
InventorVb.DocumentUpdate()