Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have searched but not found an answer.
Is it possible to change the properties of a document appearance by code (iLogic, VB or perhaps C#)?
So I do not mean to change the color of the part itself, but color, bump, textures and so on of an existing appearance in the appearance library (document appearances)
I have found a small peace of code, to get an appearance, which can be found within my Inventor document:
Dim doc As Document doc = ThisApplication.ActiveDocument Dim appearance As Asset appearance = doc.Assets.Item("RAL 5015 Sky blue")
But how can I change the properties of this appearance, like color, reflectivity, transparancy, etc.....
Solved! Go to Solution.