MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_ResolveMeshDegenSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ResolveMeshDegenSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ResolveMeshDegenSettings (float maxDeviation, float tinyEdgeLength, float maxAngleChange, float criticalAspectRatio, float stabilizer, MR.FaceBitSet? region)
 Constructs MR.ResolveMeshDegenSettings elementwise.
unsafe Const_ResolveMeshDegenSettings (MR.Const_ResolveMeshDegenSettings _other)
 Generated from constructor MR.ResolveMeshDegenSettings.ResolveMeshDegenSettings.
 Const_ResolveMeshDegenSettings (ResolveMeshDegenSettings _other)
 Generated from constructor MR.ResolveMeshDegenSettings.ResolveMeshDegenSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_maxDeviation
unsafe float * __ref_storage_tinyEdgeLength
unsafe float * __ref_storage_maxAngleChange
unsafe float * __ref_storage_criticalAspectRatio
unsafe float * __ref_storage_stabilizer
unsafe MR.FaceBitSet._Underlying ** __ptr_storage_region

Properties

unsafe float maxDeviation [get]
 maximum permitted deviation from the original surface
unsafe float tinyEdgeLength [get]
 edges not longer than this value will be collapsed ignoring normals and aspect ratio checks
unsafe float maxAngleChange [get]
 Permit edge flips if it does not change dihedral angle more than on this value.
unsafe float criticalAspectRatio [get]
 the algorithm will ignore dihedral angle check if one of triangles had aspect ratio equal or more than this value; and the algorithm will permit temporary increase in aspect ratio after collapse, if before collapse one of the triangles had larger aspect ratio
unsafe float stabilizer [get]
 Small stabilizer is important to achieve good results on completely planar mesh parts, if your mesh is not-planer everywhere, then you can set it to zero.
unsafe MR.? FaceBitSet region [get]
 degenerations will be fixed only in given region, which is updated during the processing

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_ResolveMeshDegenSettings() [1/4]

unsafe MR.Const_ResolveMeshDegenSettings.Const_ResolveMeshDegenSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ResolveMeshDegenSettings() [2/4]

unsafe MR.Const_ResolveMeshDegenSettings.Const_ResolveMeshDegenSettings ( float maxDeviation,
float tinyEdgeLength,
float maxAngleChange,
float criticalAspectRatio,
float stabilizer,
MR.FaceBitSet? region )
inline

Constructs MR.ResolveMeshDegenSettings elementwise.

◆ Const_ResolveMeshDegenSettings() [3/4]

unsafe MR.Const_ResolveMeshDegenSettings.Const_ResolveMeshDegenSettings ( MR.Const_ResolveMeshDegenSettings _other)
inline

◆ Const_ResolveMeshDegenSettings() [4/4]

MR.Const_ResolveMeshDegenSettings.Const_ResolveMeshDegenSettings ( ResolveMeshDegenSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ResolveMeshDegenSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ResolveMeshDegenSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_region

unsafe MR.FaceBitSet._Underlying** MR.Const_ResolveMeshDegenSettings.__ptr_storage_region
protected

◆ __ref_storage_criticalAspectRatio

unsafe float* MR.Const_ResolveMeshDegenSettings.__ref_storage_criticalAspectRatio
protected

◆ __ref_storage_maxAngleChange

unsafe float* MR.Const_ResolveMeshDegenSettings.__ref_storage_maxAngleChange
protected

◆ __ref_storage_maxDeviation

unsafe float* MR.Const_ResolveMeshDegenSettings.__ref_storage_maxDeviation
protected

◆ __ref_storage_stabilizer

unsafe float* MR.Const_ResolveMeshDegenSettings.__ref_storage_stabilizer
protected

◆ __ref_storage_tinyEdgeLength

unsafe float* MR.Const_ResolveMeshDegenSettings.__ref_storage_tinyEdgeLength
protected

Property Documentation

◆ criticalAspectRatio

unsafe float MR.Const_ResolveMeshDegenSettings.criticalAspectRatio
get

the algorithm will ignore dihedral angle check if one of triangles had aspect ratio equal or more than this value; and the algorithm will permit temporary increase in aspect ratio after collapse, if before collapse one of the triangles had larger aspect ratio

◆ maxAngleChange

unsafe float MR.Const_ResolveMeshDegenSettings.maxAngleChange
get

Permit edge flips if it does not change dihedral angle more than on this value.

◆ maxDeviation

unsafe float MR.Const_ResolveMeshDegenSettings.maxDeviation
get

maximum permitted deviation from the original surface

◆ region

unsafe MR.? FaceBitSet MR.Const_ResolveMeshDegenSettings.region
get

degenerations will be fixed only in given region, which is updated during the processing

◆ stabilizer

unsafe float MR.Const_ResolveMeshDegenSettings.stabilizer
get

Small stabilizer is important to achieve good results on completely planar mesh parts, if your mesh is not-planer everywhere, then you can set it to zero.

◆ tinyEdgeLength

unsafe float MR.Const_ResolveMeshDegenSettings.tinyEdgeLength
get

edges not longer than this value will be collapsed ignoring normals and aspect ratio checks


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