Color edges and simplexes

Technical discussions
Post Reply
Warren
Posts: 7
Joined: Thu Mar 30, 2017 4:33 am

Color edges and simplexes

Post by Warren »

Hello
I have another question:
how to attribute color to the edges and simplexes ?
Thank you

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Color edges and simplexes

Post by nickz »

Hi Warren

Color of a section surface is defined via IMaterial queried from ISection

If you are asking about simplex/quad edges – we do not have currently facility to show both surface and the mesh wire simultaneously. It is easy to implement either yourself or on our side.

Color of the mesh wire is only black currently. Easy also

If by edges you mean the edge of the surface (like cutting edge, imagining this was a cutting tool) we do not have ready to use facility to render it either, but it can also be added in a matter of days

You can implement it on your side also using line strip sections http://www.dynoinsight.com/Help/Geom/LineStrips.aspx

Post Reply