Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Eyeshot entity is more efficient?

Tags:

c#

wpf

3d

cad

eyeshot

I am using the WPF Control Eyeshot (http://www.devdept.com/) to build an application where I handle multiple 3D entities, but I do not perform boolean operations between them.

Eyeshot offers me the following options for entities of this sort (cylinders, spheres, cubes, etc): Mesh, Solid, Surface or Solid3D.

I am confused on which one of these should I use, as they all suffice my needs.

Which one is more efficient in memory consumption and performance?

like image 488
celsound Avatar asked Oct 28 '25 15:10

celsound


1 Answers

Mesh, definitely. Possibly with Mesh.LightWeight = true. This is the most cheap 3D object representation inside Eyeshot. It relies only on Mesh.Vertices and Mesh.Triangles arrays.

like image 93
abenci Avatar answered Oct 31 '25 06:10

abenci



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!