ENH: surfaceFeatures: Add an option to only extract features geometrically

If geometricTestOnly is set to true then edges will not be marked as region
edges, only as internal or external edges. If there are any edges still
marked as regions then this is because they are non-manifold.
This commit is contained in:
laurence
2013-02-27 12:34:44 +00:00
parent 15ba9ec7c5
commit 448bd7be3e
4 changed files with 102 additions and 30 deletions

View File

@ -26,6 +26,9 @@ surface1.stl
// - 0 : selects no edges
// - 180: selects all edges
includedAngle 120;
// Do not mark region edges
geometricTestOnly yes;
}
// Write options
@ -71,10 +74,10 @@ surface2.nas
// Keep nonManifold edges (edges with >2 connected faces where
// the faces form more than two different normal planes)
nonManifoldEdges yes;
nonManifoldEdges yes;
// Keep open edges (edges with 1 connected face)
openEdges yes;
openEdges yes;
}
addFeatures