#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. Parametermeshcan not be null. It is a single object. ParametercreaseEdgescan not be null. It is a single object. ParameterfilterComponentshas a default argument:true, pass a null pointer to use it. ParameterfilterBrancheshas a default argument:false, pass a null pointer to use it. |