Go to the source code of this file.
Classes | |
struct | MR::FillHoleParams |
Parameters structure for MR::fillHole Structure has some options to control MR::fillHole. More... | |
struct | MR::StitchHolesParams |
Parameters structure for MR::buildCylinderBetweenTwoHoles Structure has some options to control MR::buildCylinderBetweenTwoHoles. More... | |
struct | MR::FillHoleItem |
struct | MR::HoleFillPlan |
concise representation of proposed hole triangulation More... | |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API void | MR::buildCylinderBetweenTwoHoles (Mesh &mesh, EdgeId a, EdgeId b, const StitchHolesParams ¶ms={}) |
Stitches two holes in Mesh . | |
MRMESH_API bool | MR::buildCylinderBetweenTwoHoles (Mesh &mesh, const StitchHolesParams ¶ms={}) |
this version finds holes in the mesh by itself and returns false if they are not found | |
MRMESH_API void | MR::fillHole (Mesh &mesh, EdgeId a, const FillHoleParams ¶ms={}) |
Fills hole in mesh . | |
MRMESH_API void | MR::fillHoles (Mesh &mesh, const std::vector< EdgeId > &as, const FillHoleParams ¶ms={}) |
fill all holes given by their representative edges in | |
MRMESH_API bool | MR::isHoleBd (const MeshTopology &topology, const EdgeLoop &loop) |
MRMESH_API HoleFillPlan | MR::getHoleFillPlan (const Mesh &mesh, EdgeId e, const FillHoleParams ¶ms={}) |
MRMESH_API HoleFillPlan | MR::getPlanarHoleFillPlan (const Mesh &mesh, EdgeId e) |
MRMESH_API void | MR::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 function) | |
MRMESH_API VertId | MR::fillHoleTrivially (Mesh &mesh, EdgeId a, FaceBitSet *outNewFaces=nullptr) |
Triangulates face of hole in mesh trivially . | |
MRMESH_API EdgeId | MR::extendHole (Mesh &mesh, EdgeId a, const Plane3f &plane, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API std::vector< EdgeId > | MR::extendAllHoles (Mesh &mesh, const Plane3f &plane, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API EdgeId | MR::extendHole (Mesh &mesh, EdgeId a, std::function< Vector3f(const Vector3f &)> getVertPos, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API EdgeId | MR::buildBottom (Mesh &mesh, EdgeId a, Vector3f dir, float holeExtension, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API EdgeId | MR::makeDegenerateBandAroundHole (Mesh &mesh, EdgeId a, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API bool | MR::makeBridge (MeshTopology &topology, EdgeId a, EdgeId b, FaceBitSet *outNewFaces=nullptr) |
MRMESH_API EdgeId | MR::makeBridgeEdge (MeshTopology &topology, EdgeId a, EdgeId b) |