MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFilterCreaseEdges.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
8
9
13MRMESH_API void filterCreaseEdges( const Mesh& mesh, UndirectedEdgeBitSet& creaseEdges, float critLength, bool filterComponents = true, bool filterBranches = false );
14
15}
MRMESH_API void filterCreaseEdges(const Mesh &mesh, UndirectedEdgeBitSet &creaseEdges, float critLength, bool filterComponents=true, bool filterBranches=false)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23