Appearance not updating in assembly

Appearance not updating in assembly

Anonymous
Not applicable
361 Views
0 Replies
Message 1 of 1

Appearance not updating in assembly

Anonymous
Not applicable

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?

0 Likes
362 Views
0 Replies
Replies (0)