Skip to content

Voronoi Mesh

eadf edited this page Dec 5, 2023 · 2 revisions

This edit operation takes 2d geometry as input and generates a 2½ mesh from it. Similarly to the Centerline operation it takes 2d geometry connected in a loop and calculates the centerline/median axis. This information is then used for the mesh generation.

It accepts loose lines and vertices, but the will have to be encircled by a loop geometry.

centerline_in

voronoi_mesh_out

Note that the operation uses all connected geometry, including the inside of 'a' in this example.

This can easily be fixed manually using the Select-collinear-edges operation:

voronoi_mesh_cleanup

Followed by a tri-to-quad and a limited dissolve:

dissolve

The finer simplification and discretization values you use, the smoother the mesh will become.

Clone this wiki locally