See shape in view

Technical discussions
Post Reply
Youssef Atta
Posts: 4
Joined: Wed Aug 12, 2020 4:29 am

See shape in view

Post by Youssef Atta »

hi
I am newbie with dgkernel
I have a list of entities on a C# form. I need to select and show selected shape with color in 3d. How can I do it?
please help

Alfio_Tr
Posts: 6
Joined: Fri Aug 09, 2013 9:20 am

Re: See shape in view

Post by Alfio_Tr »

You can just set the color via IEntity_DG.SetColor()
Or:
Use current entity set. There is a way to specify the color.
Cheers

Youssef Atta
Posts: 4
Joined: Wed Aug 12, 2020 4:29 am

Re: See shape in view

Post by Youssef Atta »

Thank you
I will try that

Post Reply