Message 1 of 1
set material in inventor 2017

Not applicable
05-28-2016
03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How to change material in inventor 2017 using vba?
i use code:
Dim imats As Materials Set imats = invdoc.ComponentDefinition.Materials Dim imat As Material Set imat = imats.Material imat.Name = ComboBox1.Value
but it give error :
Object Doesn't support this property or method
any sugestion what code i should use? thank you....