06-16-2021
12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-16-2021
12:03 AM
Hi,
Here is how I do it :
Dim oAppearence As Asset oAppearence = oDoc.Assets.Add(kAssetTypeAppearance, "Generic", "Appearances") Dim oColor As ColorAssetValue oColor = oAppearence.Item("generic_diffuse") oColor.Value = ThisApplication.TransientObjects.CreateColor(0,145,255) oExtrude1.Appearance = oAppearence
oExstrude1 is set before hand.
Regards,
FINET L.
If this post solved your question, please kindly mark it as "Solution"
If this post helped out in any way to solve your question, please drop a "Like"