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

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

+ Inheritance diagram for MR.Const_FixCreasesParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FixCreasesParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FixCreasesParams (float creaseAngle, float criticalTriAspectRatio, int maxIters)
 Constructs MR.FixCreasesParams elementwise.
 
unsafe Const_FixCreasesParams (MR.Const_FixCreasesParams _other)
 Generated from constructor MR.FixCreasesParams.FixCreasesParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float creaseAngle [get]
 edges with dihedral angle sharper this will be considered as creases
 
unsafe float criticalTriAspectRatio [get]
 planar check is skipped for faces with worse aspect ratio
 
unsafe int maxIters [get]
 maximum number of algorithm iterations
 
- Properties inherited from MR.Misc.Object< Const_FixCreasesParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FixCreasesParams >
bool _IsOwningVal
 

Detailed Description

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


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