Skip to content

Commit

Permalink
Mesh editing delaunay refinement (#9573)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Jan 22, 2025
2 parents 253e438 + e251d56 commit 7df18ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user_manual/working_with_mesh/mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,11 @@ To add vertices to a mesh layer:
* inside a face: splits the face into triangles whose edges connect
the surrounding vertices to the new vertex.

With the :guilabel:`Refine neighboring faces when adding vertices` option enabled
in the |meshDigitizing| :sup:`Digitize mesh elements` button drop-down menu,
a check is applied to triangular faces that share at least one vertex with the face the new vertex is added to.
If their edges do not satisfy Delaunay triangulation rules, they are flipped accordingly.

Adding faces
............

Expand Down

0 comments on commit 7df18ea

Please sign in to comment.