Developer Documentation
|
Snaps selected vertices at boundaries. More...
#include <Plugin-MeshRepair/BoundarySnappingT.hh>
Public Member Functions | |
BoundarySnappingT (MeshT &_mesh) | |
void | snap (double _epsilon) |
snaps boundary vertices More... | |
Private Attributes | |
MeshT & | mesh_ |
Snaps selected vertices at boundaries.
Snaps selected boundary vertices together if they are closer than the given distance. No new vertices will be introduced on either edge, so they are just snapped to existing ones.
If vertices in the interior are selected, they will also get snapped to the opposite boundary, if in range.
Definition at line 75 of file BoundarySnappingT.hh.
void BoundarySnappingT< MeshT >::snap | ( | double | _epsilon | ) |
snaps boundary vertices
snaps selected boundary vertices where the vertices distance is not greater than the given distance
_epsilon | max Distance between 2 boundary vertices |
Definition at line 84 of file BoundarySnappingT_impl.hh.