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 Expected<void> 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:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
MRMESH_API Expected< void > fillContours2D(Mesh &mesh, const std::vector< EdgeId > &holeRepresentativeEdges)
fill holes with border in same plane (i.e. after cut by plane)
Contours3< float > Contours3f
Definition MRMesh/MRMeshFwd.h:284
MRMESH_API AffineXf3f getXfFromOxyPlane(const Contours3f &contours)
Definition MRMesh/MRMesh.h:23