Replies: 7 comments 11 replies
-
Hello,
Your mesh needs to be a clean manifold mesh, that defines an interior region (it will be tetrahedralized). It will generate the restricted Voronoi diagram as a collection of tetrahedralized clipped Voronoi cells. See also this part of the Graphite modeler, here. It will generate the restricted Voronoi diagram as a set of surfaces that represent the boundary of the clipped Voronoi cells. If you want to install Graphite, see instructions here. |
Beta Was this translation helpful? Give feedback.
-
By default, You can specify a points file on the command line, use:
where To see all options of
then it will display all supported command-line options (there are many...). The To generate a restricted Voronoi diagram for a pointset optimized with CVT (Centroidal Voronoi Tesselation), you may also use:
where For visualization purposes, you may use:
Here is the result (you can visualize it with If you plan to use the API, I recommend you take a look at the sources of |
Beta Was this translation helpful? Give feedback.
-
(try this: use
|
Beta Was this translation helpful? Give feedback.
-
Would you share your |
Beta Was this translation helpful? Give feedback.
-
Your mesh has many borders (highlighted in white): I recommend you install Graphite, instructions here, then, in Graphite
Now:
Cleaned mesh was still not completely correct, but now geogram manages to fix it, and you get the result: When you manipulate meshes, I highly recommend you visually inspect your meshes to make sure they are clean with a software that shows the boundaries, shows the isolated vertices etc... (make sure your mesh is not a mess before starting computations !) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Does Geogram offer the computation of '3D Clipped Voronoi Diagram (CVD)' as the authors showed in "Efficient Computation of 3D Clipped Voronoi Diagram"? I need help with generating 3D CVD from an input mesh file. Suppose I have an arbitrarily shaped 3D region defied by a triangular mesh as a .obj file. Can anyone please help guide me on how I can generate 3D CVD by applying the proper CVT method to generate the polyhedral mesh as the CVD and save the mesh as a .obj file? I really this for my research.
Beta Was this translation helpful? Give feedback.
All reactions