MeshLib
 
Loading...
Searching...
No Matches
MRFillContours2D.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRExpected.h"
4
5namespace MR
6{
7
16MRMESH_API VoidOrErrStr fillContours2D( Mesh& mesh, const std::vector<EdgeId>& holeRepresentativeEdges );
17
22MRMESH_API AffineXf3f getXfFromOxyPlane( const Mesh& mesh, const std::vector<EdgePath>& paths );
23
24}
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRCameraOrientationPlugin.h:7
Contours3< float > Contours3f
Definition MRMesh/MRMeshFwd.h:284
MRMESH_API VoidOrErrStr fillContours2D(Mesh &mesh, const std::vector< EdgeId > &holeRepresentativeEdges)
fill holes with border in same plane (i.e. after cut by plane)
MRMESH_API AffineXf3f getXfFromOxyPlane(const Contours3f &contours)
Expected< void > VoidOrErrStr
return type for a void function that can produce an error string
Definition MRExpected.h:60
Definition MRMesh/MRMesh.h:23