Go to the source code of this file.
Classes | |
| struct | MR::SubdivideFillingSettings |
| struct | MR::SmoothFillingSettings |
| struct | MR::OutAttributesFillingSettings |
| struct | MR::FillHoleNicelySettings |
| struct | MR::StitchHolesNicelySettings |
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| FaceBitSet | MR::fillHoleNicely (Mesh &mesh, EdgeId holeEdge, const FillHoleNicelySettings &settings) |
| fills a hole in mesh specified by one of its edge, optionally subdivides new patch on smaller triangles, optionally make smooth connection with existing triangles outside the hole | |
| FaceBitSet | MR::stitchHolesNicely (Mesh &mesh, EdgeId hole0Edge, EdgeId hole1Edge, const StitchHolesNicelySettings &settings) |