Polyhedral Particle Volume and Longest Distance Between Vertices
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?
Re: Polyhedral Particle Volume and Longest Distance Between Vertices
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.