Message 1 of 1
Appearance not updating in assembly

Not applicable
09-10-2015
08:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm setting appearance on a face via this code:
RenderStyle ebHighlightStyle = asmDoc.RenderStyles["Yellow"];
faceActual.SetRenderStyle(StyleSourceTypeEnum.kOverrideRenderStyle, ebHighlightStyle);
This works, and you can see the appearance if you open the .ipt file. But in the assembly, the appearance isn't updating, even when I hit update.
This is actually on certain assemblies and parts in the assemblies. This code does work sometimes.
Also, we had a part in the assembly where we could update the style. But then we made a modification to the part in the assembly, and then suddenly it's appearance wasn't updating either.
Any ideas?