MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::FixCreasesParams Struct Reference

Parameters structure for fixMeshCreases function. More...

#include <MRMeshFixer.h>

Public Attributes

float creaseAngle = PI_F * 175.0f / 180.0f
 edges with dihedral angle sharper this will be considered as creases
 
float criticalTriAspectRatio = 1e3f
 planar check is skipped for faces with worse aspect ratio
 
int maxIters = 10
 maximum number of algorithm iterations
 

Detailed Description

Parameters structure for fixMeshCreases function.

Member Data Documentation

◆ creaseAngle

float MR::FixCreasesParams::creaseAngle = PI_F * 175.0f / 180.0f

edges with dihedral angle sharper this will be considered as creases

◆ criticalTriAspectRatio

float MR::FixCreasesParams::criticalTriAspectRatio = 1e3f

planar check is skipped for faces with worse aspect ratio

◆ maxIters

int MR::FixCreasesParams::maxIters = 10

maximum number of algorithm iterations


The documentation for this struct was generated from the following file: