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

Generated from class MR.DeloneSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_DeloneSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_DeloneSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_DeloneSettings (float maxDeviationAfterFlip, float maxAngleChange, float criticalTriAspectRatio, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion)
 Constructs MR.DeloneSettings elementwise.
 
unsafe Const_DeloneSettings (MR.Const_DeloneSettings _other)
 Generated from constructor MR.DeloneSettings.DeloneSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float maxDeviationAfterFlip [get]
 Maximal allowed surface deviation during every individual flip.
 
unsafe float maxAngleChange [get]
 Maximal allowed dihedral angle change (in radians) over the flipped edge.
 
unsafe float criticalTriAspectRatio [get]
 
unsafe MR.? Const_FaceBitSet region [get]
 Only edges with left and right faces in this set can be flipped.
 
unsafe MR.? Const_UndirectedEdgeBitSet notFlippable [get]
 Edges specified by this bit-set will never be flipped.
 
unsafe MR.? Const_VertBitSet vertRegion [get]
 Only edges with origin or destination in this set before or after flip can be flipped.
 
- Properties inherited from MR.Misc.Object< Const_DeloneSettings >
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_DeloneSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.DeloneSettings. This is the const half of the class.

Property Documentation

◆ criticalTriAspectRatio

unsafe float MR.Const_DeloneSettings.criticalTriAspectRatio
get

if this value is less than FLT_MAX then the algorithm will ignore dihedral angle check if one of triangles has aspect ratio more than this value


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