Message 1 of 5
access Appearance properties of materials

Not applicable
05-01-2014
01:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My purpose is to access the all material properties, in all tab (e.g., graphic, appearance, thermal, physics)
From the material class, to access appearance properites, I use the following code:
Document doc = m_material.Document;
AppearanceAssetElement aae = doc.GetElement(m_material.AppearanceAssetId) as AppearanceAssetElement;
However, how can I get the appearance properties, the AppearanceAssetElement does not have properties for such as "tint" "cutout"
How can I get accesss all the properties of materials through API?