12-12-2023
05:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-12-2023
05:59 AM
Hi @pts_user. What do you mean by Material ID? Do you have an example of where to find that information manually? The 'Material' data is stored as a MaterialAsset object. Appearances and physical properties are stored as regular Asset objects. Each Asset type object has a bunch of AssetValue objects associated with them. AssetValue is the base Class for other more specific types of AssetValues that are for much more specific uses/data. You may want to iterate though each AssetValue in a MaterialAsset to see if it contains the data you are looking for.
Wesley Crihfield
(Not an Autodesk Employee)