Important for developers working with Level Of Details

Important for developers working with Level Of Details

adam.nagy
Autodesk Support Autodesk Support
3,137 Views
5 Replies
Message 1 of 6

Important for developers working with Level Of Details

adam.nagy
Autodesk Support
Autodesk Support

As Garin mentioned in this post, one of the new features the team has been working on is Model States.

This might have an effect on some of the Level Of Details related functions, events, and properties in the API.

If you are using any of those, the best thing to do is join the beta program where you can find more details about this functionality and can also use pre-release versions (alphas and betas) of Inventor to test your add-in.



Adam Nagy
Autodesk Platform Services
Accepted solutions (1)
3,138 Views
5 Replies
Replies (5)
Message 2 of 6

adam.nagy
Autodesk Support
Autodesk Support
Accepted solution

Detailed information is available now on the Inventor API Online Help:
https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-045E78DB-DBE3-4220-8EBC-29EB53890E1A   



Adam Nagy
Autodesk Platform Services
Message 3 of 6

PaulMunford
Community Manager
Community Manager

You can find out 'What's new' in Inventor 2022 here:
https://blogs.autodesk.com/inventor/2021/03/29/autodesk-inventor-whats-new-2022-overview/

And more on model states here:
https://blogs.autodesk.com/inventor/2021/03/24/whats-new-2022-model-states/

 

Keep an eye on our YouTube channel for video content:
https://youtube.com/playlist?list=PLtakexwsjr-A0hfpCaDWgo4nFnX-k4XGs

 


Customer Adoption Specialist: Autodesk Informed Design
Help | Learn | Forum | Blog | Ideas | Sample content | Linkedin 

Message 4 of 6

bradeneuropeArthur
Mentor
Mentor

I think that this idea needs some kind modification from the development teams both Vault(-pro) and Inventor!

Read one of my findings:

https://forums.autodesk.com/t5/inventor-forum/where-is-the-quot-substitute-status-quot-of-shrink-wra...

Regards,

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 5 of 6

JelteDeJong
Mentor
Mentor

For anyone that is interested in using the new API for model states. I wrote a blog post about using it. you can find it here: www.hjalte.nl

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes
Message 6 of 6

CattabianiI
Collaborator
Collaborator

Hi @JelteDeJong, very good post (fix the link, though :))

Just a thought about the naming.
I found the factory/member names which recall to iPart's naming very appropriate. Model states implementation is very similar to the iparts one, the factory is the document with the excel table, it contains all the members data and always has an active row. The member document is a document that is an instance of the factory document to which it is linked (what we get from FactoryDocument property). Unlike the ipart the factory and the members are all documents in the same file.

0 Likes