05-09-2022
07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-09-2022
07:07 AM
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? ![]()
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()