ENH: improved handling of 'unresolved' surface intersections (issue #450)
- the heuristic for matching unresolved intersections is a relatively simple matching scheme that seems to be more robust than attempting to walk the geometry or the cuts. - avoid false positives for self intersection
Showing
- applications/test/surfaceIntersection/Make/options 2 additions, 4 deletionsapplications/test/surfaceIntersection/Make/options
- applications/test/surfaceIntersection/Test-surfaceIntersection.C 4 additions, 17 deletions...tions/test/surfaceIntersection/Test-surfaceIntersection.C
- applications/utilities/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C 3 additions, 4 deletions...s/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/surfaceFeaturesExtraction.C 1 addition, 1 deletion...atureExtract/extractionMethod/surfaceFeaturesExtraction.C
- applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C 7 additions, 5 deletions...ies/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
- applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractDict 36 additions, 1 deletion...s/surface/surfaceFeatureExtract/surfaceFeatureExtractDict
- applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C 1 addition, 2 deletions...rface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C
- src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C 23 additions, 52 deletions...ls/triSurface/booleanOps/intersectedSurface/edgeSurface.C
- src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H 0 additions, 13 deletions...ls/triSurface/booleanOps/intersectedSurface/edgeSurface.H
- src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C 261 additions, 142 deletions...face/booleanOps/surfaceIntersection/surfaceIntersection.C
- src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H 33 additions, 31 deletions...face/booleanOps/surfaceIntersection/surfaceIntersection.H
- src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C 11 additions, 23 deletions...booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C
This diff is collapsed.
Please register or sign in to comment