Message 1 of 1
Get material parameters with dotNet C#

Not applicable
01-28-2019
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have inherited a C# model data extractor using the Autodesk.Max dll.
The materials are currently pulled from coreInterface.MaterialLibrary, which is an array of IMtlBase
I need to get the value of TwoSided, a bool value on IStdMat.
How do I get an IStdMat for a material starting from an IMtlBase.