Message 1 of 5
Inventor 2013 - List materials from all libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi is it posible to list all the materials from all libraries and catagories from Inventor 2013?
I am using this at the moment:
Dim oMat As Inventor.Material For Each oMat In oApp.StylesManager.Materials comboMaterial.Items.Add(oMat.Name.ToString) Next
This works but only pulls through and lists the "Inventor Material Library" materials by default.
What is strange though is that when I apply a material from another library to a part then its almost like that library is now active and if the routine is run again it only pulls through materials from that library and not the "Inventor Material Library" again.
I know in 2014 its better supported but is there a way to get all materials in 2013?