Search found 3 matches

by Richard White
Tue Aug 29, 2017 6:39 am
Forum: Bug Reports
Topic: Color after boolean operation
Replies: 4
Views: 9589

Re: Color after boolean operation

Hi Nick
Thanks for pointing me in the right direction. It works great now
Richard
by Richard White
Tue Aug 22, 2017 6:03 am
Forum: Bug Reports
Topic: Color after boolean operation
Replies: 4
Views: 9589

Re: Color after boolean operation

Hello Nick, Thanks for being back to me. I do re-acquire the Section and impose it the color, but it does not seem to reply. See my code below. Dim iModel As IModel = ChildWindow(IDesWin).AxKCad.GetModel() Dim iKCArray As IArray = DirectCast(iModel, IArray) Dim NumSect As Int32 = iModel.GetSectionCo...
by Richard White
Tue Aug 22, 2017 5:56 am
Forum: Bug Reports
Topic: Color after boolean operation
Replies: 4
Views: 9589

Color after boolean operation

Good day, I do a Bool Op subtract, which works, but I have an issue with the color of the result. What I get is as follows: you can see that the teeth have different colors for the Pinion and Gear, but both hubs are of the same color, even if I impose the color when doing the Bool Op. And the color ...