12-19-2016
02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-19-2016
02:36 AM
Thank you for your suggestions.
Asset asset = partDoc.Assets.Add(AssetTypeEnum.kAssetTypeMaterial, "Test Material", "Test Material"); partDoc.ActiveMaterial = asset;
I tried above code by adding asset material and then using asset as ActiveMaterial but still it didn't work.
Any other work around you would suggest ?