Skip to content
Discussion options

You must be logged in to vote

Hello!

We use this function:

/// filters given edges using the following criteria:
/// if \param filterComponents is true then connected components with summary length of their edges less than \param critLength will be excluded
/// if \param filterBranches is true then branches shorter than \param critLength will be excluded
MRMESH_API void filterCreaseEdges( const Mesh& mesh, UndirectedEdgeBitSet& creaseEdges, float critLength, bool filterComponents = true, bool filterBranches = false );

like this:

 if ( filterComponents_ ) filterCreaseEdges( mesh, creases, len…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ParvGuptaSpCT
Comment options

Answer selected by ParvGuptaSpCT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants