MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFillHoleNicely.h File Reference
#include "MRMeshFwd.h"
#include "MRMeshFillHole.h"
#include "MREnums.h"

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)