Polyhedral Particle Volume and Longest Distance Between Vertices

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Polyhedral Particle Volume and Longest Distance Between Vertices

hboler
To be able to do some computations, Granoo must calculate Polyhedron volume and the longest distance between vertices using the OFF file and the scale value provided. Is there a way to retrieve this information from the code in order to use them as variables?
Reply | Threaded
Open this post in threaded view
|

Re: Polyhedral Particle Volume and Longest Distance Between Vertices

Damien André
Administrator
Hello, you can take a look in Lib/GranOO3/Shape/Polyhedron.cpp. No variable is associated to these data. You must store it in external object and/or modify the granoo sources.

Kind regards, Damien.