73struct StitchHolesParams
204MRMESH_API EdgeId
extendHole(
Mesh& mesh, EdgeId a, std::function<Vector3f(
const Vector3f &)> getVertPos, FaceBitSet * outNewFaces =
nullptr );
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRMesh/MRMeshTopology.h:18
MRMESH_API VertId fillHoleTrivially(Mesh &mesh, EdgeId a, FaceBitSet *outNewFaces=nullptr)
Triangulates face of hole in mesh trivially .
MRMESH_API EdgeId makeDegenerateBandAroundHole(Mesh &mesh, EdgeId a, FaceBitSet *outNewFaces=nullptr)
MRMESH_API HoleFillPlan getPlanarHoleFillPlan(const Mesh &mesh, EdgeId e)
MRMESH_API EdgeId extendHole(Mesh &mesh, EdgeId a, const Plane3f &plane, FaceBitSet *outNewFaces=nullptr)
MRMESH_API bool makeBridge(MeshTopology &topology, EdgeId a, EdgeId b, FaceBitSet *outNewFaces=nullptr)
MRMESH_API bool isHoleBd(const MeshTopology &topology, const EdgeLoop &loop)
MRMESH_API EdgeId buildBottom(Mesh &mesh, EdgeId a, Vector3f dir, float holeExtension, FaceBitSet *outNewFaces=nullptr)
MRMESH_API void fillHoles(Mesh &mesh, const std::vector< EdgeId > &as, const FillHoleParams ¶ms={})
fill all holes given by their representative edges in
MRMESH_API EdgeId makeBridgeEdge(MeshTopology &topology, EdgeId a, EdgeId b)
MRMESH_API std::vector< EdgeId > extendAllHoles(Mesh &mesh, const Plane3f &plane, FaceBitSet *outNewFaces=nullptr)
MRMESH_API void buildCylinderBetweenTwoHoles(Mesh &mesh, EdgeId a, EdgeId b, const StitchHolesParams ¶ms={})
Stitches two holes in Mesh .
MRMESH_API HoleFillPlan getHoleFillPlan(const Mesh &mesh, EdgeId e, const FillHoleParams ¶ms={})
MRMESH_API void executeHoleFillPlan(Mesh &mesh, EdgeId a0, HoleFillPlan &plan, FaceBitSet *outNewFaces=nullptr)
quickly triangulates the face or hole to the left of (e) given the plan (quickly compared to fillHole...
MRMESH_API void fillHole(Mesh &mesh, EdgeId a, const FillHoleParams ¶ms={})
Fills hole in mesh .
Definition MRCameraOrientationPlugin.h:8
std::vector< EdgeId > EdgeLoop
Definition MRMesh/MRMeshFwd.h:99
Definition MRMesh/MRMeshFillHole.h:145
int edgeCode2
Definition MRMesh/MRMeshFillHole.h:148
int edgeCode1
Definition MRMesh/MRMeshFillHole.h:148
Holds metrics for fillHole and buildCylinderBetweenTwoHoles triangulation .
Parameters structure for MR::fillHole Structure has some options to control MR::fillHole.
FaceBitSet * outNewFaces
If not nullptr accumulate new faces.
Definition MRMesh/MRMeshFillHole.h:32
enum MR::FillHoleParams::MultipleEdgesResolveMode Simple
int maxPolygonSubdivisions
Definition MRMesh/MRMeshFillHole.h:56
bool makeDegenerateBand
Definition MRMesh/MRMeshFillHole.h:51
bool * stopBeforeBadTriangulation
Definition MRMesh/MRMeshFillHole.h:63
FillHoleMetric metric
Definition MRMesh/MRMeshFillHole.h:30
MultipleEdgesResolveMode
Definition MRMesh/MRMeshFillHole.h:42
concise representation of proposed hole triangulation
Definition MRMesh/MRMeshFillHole.h:153
int numTris
Definition MRMesh/MRMeshFillHole.h:155
std::vector< FillHoleItem > items
Definition MRMesh/MRMeshFillHole.h:154
Definition MRMesh/MRMesh.h:23
Parameters structure for MR::buildCylinderBetweenTwoHoles Structure has some options to control MR::b...
FaceBitSet * outNewFaces
If not nullptr accumulate new faces.
Definition MRMesh/MRMeshFillHole.h:81
FillHoleMetric metric
Definition MRMesh/MRMeshFillHole.h:79