Changing Asset Value Fails

Changing Asset Value Fails

Anonymous
Not applicable
493 Views
1 Reply
Message 1 of 2

Changing Asset Value Fails

Anonymous
Not applicable
Dim oAppAsset As Inventor.Asset
                oAppAsset = m_inventorApplication.AssetLibraries.Item _
                    ("Autodesk Appearance Library").AppearanceAssets.Item("Machined 03")
                oPartDoc.ActiveAppearance = oAppAsset

                Dim oNewAsset As Inventor.Asset
                oNewAsset = oPartDoc.AppearanceAssets.Item("Machined 03")

                Dim oValue As AssetValue
                oValue = oNewAsset.Item("generic_bump_map")
                Dim oColorValue As ColorAssetValue
                oColorValue = oValue
                oColorValue.HasConnectedTexture = False

 The above failed while changing the HasConnectedTexture. please help to overcome this.

 

494 Views
1 Reply
Reply (1)
Message 2 of 2

YuhanZhang
Autodesk
Autodesk

This is known issue and logged as defect ID 1496049 in our internal defect system. Please provide the ID number to check the status of the defect.



If this solves the problem please click ACCEPT SOLUTION so other people can find it easily.



Rocky Zhang
Inventor API PD
Manufacturing Solutions
Autodesk, Inc.

0 Likes