ENH: surfaceFeatureExtract: do simple non-manifold. Fixes #3267

This commit is contained in:
mattijs
2024-11-21 13:36:46 +00:00
parent 19601c0976
commit 96ccae977e
4 changed files with 295 additions and 5 deletions

View File

@ -100,6 +100,11 @@ surface2.nas
// the faces form more than two different normal planes)
nonManifoldEdges yes;
// Like nonManifoldEdges but is purely topological - does not
// check for normals. Either use nonManifoldEdges or
// strictNonManifoldEdges
//strictNonManifoldEdges false;
// Keep open edges (edges with 1 connected face)
openEdges yes;
}