- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I try to create an iLogic-rule (or rather a form) to select materials for Inventor(2019)-parts.
The selection of the material in the active material-libary is working fine - with a mulivalue-textparameter ("iPropMaterial") and following iLogic-Code:
-------------------------------------------
MultiValue.List("iPropMaterial") = iProperties.Materials
iProperties.Material=iPropMaterial
-------------------------------------------
Then I can choose the material by selecting it in a iLogic form with a multivalue list.
No problem so far...
But I have many material-libaries in my project, and - if possible - I want to choose the libary first (on the same form) and then the material itself...
In other words: How can I select material-libaries in iLogic!
I am looking forward to your reply and your help!
Kind regards
Reinhard
Solved! Go to Solution.