MeshLib C++ Docs
Loading...
Searching...
No Matches
MRContoursStitch.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
16MRMESH_API void stitchContours( MeshTopology & topology, const EdgePath & c0, const EdgePath & c1 );
17
22MRMESH_API EdgeLoop cutAlongEdgeLoop( MeshTopology & topology, const EdgeLoop & c0 );
23
29MRMESH_API EdgeLoop cutAlongEdgeLoop( Mesh& mesh, const EdgeLoop& c0 );
30
31}
Definition MRMeshTopology.h:22
MRMESH_API EdgeLoop cutAlongEdgeLoop(MeshTopology &topology, const EdgeLoop &c0)
MRMESH_API void stitchContours(MeshTopology &topology, const EdgePath &c0, const EdgePath &c1)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23