Skip to content

REFAC: Rename MeshToMeshBruteForceCD to ClosedSurfaceMeshToMeshCD

Andrew Wilson requested to merge andrew.wilson/iMSTK:MeshToMeshRename into master

Renames MeshToMeshBruteForceCD to ClosedSurfaceMeshToMeshCD. Since this CD method only works on SurfaceMesh vs PointSet,LineMesh,SurfaceMesh. Additionally the input0 SurfaceMesh must be closed, or implied closed (like a quad plane).

  • Removes BruteForce from the name since partitioning will later be generalized to the other CD methods.
  • Makes room for a later traditional MeshToMeshCD (along with removal of SurfaceMeshToSurfaceMeshCD) to be added without it being confusing.
  • Adds a proximity check for the edge-edge case in ClosedSurfaceMeshToMeshCD. Off by default.
Edited by Andrew Wilson

Merge request reports