Closed Ahdhn closed 6 years ago
Hi,
this is just a mirror repository for the source code of the library, we are maintaining the repository just for our project purposes. For any question related to the library, code, bugs and features you should drop a mail to the author and maintainer of the original library, Bruno Levy bruno.levy@inria.fr or join/ask the relevant mailing list geogram-users@lists.gforge.inria.fr.
Thanks.
I am trying to compute RVD using an input samples shown here and wishing to clip it by the model (surface triangles) shown here I was expecting the results to be just the clipped 3D Voronoi cells with the model, but what I got includes also the clipping model union the clipped Voronoi as shown here
The command line I used was
compute_RVD.exe fertility.obj fertility.xyz fertility_output.obj
where
fertility.obj
is the input model,fertility.xyz
contains the samples coordinates, andfertility_output.obj
is for the output.I wonder if it is possible to output the clipped Voronoi cells (without the triangulated model)? is there any extra flags I should add to the command line?