MeshLib C# Docs
Loading...
Searching...
No Matches
MR.FixCreasesParams Class Reference

Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the non-const half of the class. More...

+ Inheritance diagram for MR.FixCreasesParams:

Public Member Functions

unsafe FixCreasesParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe FixCreasesParams (float creaseAngle, float criticalTriAspectRatio, int maxIters)
 Constructs MR.FixCreasesParams elementwise.
 
unsafe FixCreasesParams (MR.Const_FixCreasesParams _other)
 Generated from constructor MR.FixCreasesParams.FixCreasesParams.
 
 FixCreasesParams (FixCreasesParams _other)
 Generated from constructor MR.FixCreasesParams.FixCreasesParams.
 
unsafe MR.FixCreasesParams assign (MR.Const_FixCreasesParams _other)
 Generated from method MR.FixCreasesParams.operator=.
 

Properties

new unsafe ref float creaseAngle [get]
 edges with dihedral angle sharper this will be considered as creases
 
new unsafe ref float criticalTriAspectRatio [get]
 planar check is skipped for faces with worse aspect ratio
 
new unsafe ref int maxIters [get]
 maximum number of algorithm iterations
 

Detailed Description

Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ FixCreasesParams() [1/4]

unsafe MR.FixCreasesParams.FixCreasesParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ FixCreasesParams() [2/4]

unsafe MR.FixCreasesParams.FixCreasesParams ( float creaseAngle,
float criticalTriAspectRatio,
int maxIters )
inline

Constructs MR.FixCreasesParams elementwise.

◆ FixCreasesParams() [3/4]

unsafe MR.FixCreasesParams.FixCreasesParams ( MR.Const_FixCreasesParams _other)
inline

Generated from constructor MR.FixCreasesParams.FixCreasesParams.

◆ FixCreasesParams() [4/4]

MR.FixCreasesParams.FixCreasesParams ( FixCreasesParams _other)
inline

Generated from constructor MR.FixCreasesParams.FixCreasesParams.

Member Function Documentation

◆ assign()

unsafe MR.FixCreasesParams MR.FixCreasesParams.assign ( MR.Const_FixCreasesParams _other)
inline

Generated from method MR.FixCreasesParams.operator=.

Property Documentation

◆ creaseAngle

new unsafe ref float MR.FixCreasesParams.creaseAngle
get

edges with dihedral angle sharper this will be considered as creases

◆ criticalTriAspectRatio

new unsafe ref float MR.FixCreasesParams.criticalTriAspectRatio
get

planar check is skipped for faces with worse aspect ratio

◆ maxIters

new unsafe ref int MR.FixCreasesParams.maxIters
get

maximum number of algorithm iterations


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