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

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

+ Inheritance diagram for MR.Const_FindOverlappingSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FindOverlappingSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FindOverlappingSettings (float maxDistSq, float maxNormalDot, float minAreaFraction, MR.Std._ByValue_Function_BoolFuncFromMRFaceIdMRFaceId pred, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.FindOverlappingSettings elementwise.
 
unsafe Const_FindOverlappingSettings (MR._ByValue_FindOverlappingSettings _other)
 Generated from constructor MR.FindOverlappingSettings.FindOverlappingSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float maxDistSq [get]
 
unsafe float maxNormalDot [get]
 maximal dot product of one triangle and another overlapping triangle normals
 
unsafe float minAreaFraction [get]
 consider triangle as overlapping only if the area of the oppositely oriented triangle is at least given fraction of the triangle's area
 
unsafe MR.Std.Const_Function_BoolFuncFromMRFaceIdMRFaceId pred [get]
 if predicate is present it should return true for pair of faces that should be considered as overlap
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat cb [get]
 for reporting current progress and allowing the user to cancel the algorithm
 
- Properties inherited from MR.Misc.Object< Const_FindOverlappingSettings >
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_FindOverlappingSettings >
bool _IsOwningVal
 

Detailed Description

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


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