#define MRMESH_API
Definition MRMeshFwd.h:82
Contours3< float > Contours3f
Definition MRMeshFwd.h:385
tl::expected< T, E > Expected
Definition MRExpected.h:31
AffineXf3f getXfFromOxyPlane(const Contours3f &contours)
Expected< HoleFillPlan > fillContours2DPlan(const Mesh &mesh, EdgeId holeEdgeId)
prepare filling plan for hole with border in same plane (i.e. after cut by plane)
Expected< void > fillContours2D(Mesh &mesh, const std::vector< EdgeId > &holeRepresentativeEdges)
fill holes with border in same plane (i.e. after cut by plane)
Expected< void > fillPlanarHole(ObjectMeshData &data, std::vector< EdgeLoop > &holeContours)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
mesh and its per-element attributes for ObjectMeshHolder
Definition MRObjectMeshData.h:17