cgal icon indicating copy to clipboard operation
cgal copied to clipboard

Tet remeshing - improve surface approximation

Open janetournois opened this issue 1 year ago • 0 comments

Summary of Changes

In areas where the surface has a high curvature but no feature edge is protected, tetrahedral remeshing tends to shrink the volume and increase the surface approximation error, as shown here :

image

The flipping step is responsible for that shrink, and this PR is meant to fix this issue.

Release Management

  • Affected package(s): Tetrahedral remeshing
  • License and copyright ownership: unchanged

janetournois avatar May 16 '24 11:05 janetournois