#include <MRCMisc/exports.h>
#include <stdbool.h>
Go to the source code of this file.
◆ MR_Mesh
◆ MR_UndirectedEdgeBitSet
◆ MR_filterCreaseEdges()
filters given edges using the following criteria: if
- Parameters
-
filterComponents | is true then connected components with summary length of their edges less than |
critLength | will be excluded if |
filterBranches | is true then branches shorter than |
critLength | will be excluded Generated from function MR::filterCreaseEdges . Parameter mesh can not be null. It is a single object. Parameter creaseEdges can not be null. It is a single object. Parameter filterComponents has a default argument: true , pass a null pointer to use it. Parameter filterBranches has a default argument: false , pass a null pointer to use it. |