Message 1 of 5
Appearance of model dissapears after importing or exporting it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I configure a motor in a assembly and change the appearance by using;
Dim oDoc As AssemblyDocument = ThisDoc.Document
Dim oAssetDef As Asset = oDoc.Assets.Item("Default")
For Each oOcc In oACD.Occurrences
oACD.Occurrences.ItemByName("Name").Appearance = oAssetDef
Next
This results in the desired appearance;
But when i place this motor inside a new assembly, or export this as .STP and open it again, it keeps the old appearance;
How do i make sure it keeps the default looks, also when exporting it?