Message 1 of 5
UpdateFromGlobal for Colors / Appearances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to update the current Appearance / Color in a model to match the library, but cannot find an example or anything in the API help to point me to in the correct direction.
Does anyone have an information on this?
I found this for Materials here:
Using iLogic this works:
oDoc = ThisDoc.Document oDoc.ComponentDefinition.Material.UpdateFromGlobal
This does not:
oDoc = ThisDoc.Document oDoc.ComponentDefinition.Color.UpdateFromGlobal
Nor does this:
oDoc = ThisDoc.Document oDoc.ComponentDefinition.Appearance.UpdateFromGlobal
Thanks in advance,
Curtis