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

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

+ Inheritance diagram for MR.Const_MakeSignedByWindingNumberSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MakeSignedByWindingNumberSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MakeSignedByWindingNumberSettings (MR.AffineXf3f meshToGridXf, MR._ByValueShared_IFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.MakeSignedByWindingNumberSettings elementwise.
 
unsafe Const_MakeSignedByWindingNumberSettings (MR._ByValue_MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.AffineXf3f meshToGridXf [get]
 defines the mapping from mesh reference from to grid reference frame
 
unsafe MR.Const_IFastWindingNumber fwn [get]
 defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used
 
unsafe float windingNumberThreshold [get]
 
unsafe float windingNumberBeta [get]
 determines the precision of fast approximation: the more the better, minimum value is 1
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 to report algorithm's progress and to cancel it
 
- Properties inherited from MR.Misc.Object< Const_MakeSignedByWindingNumberSettings >
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_MakeSignedByWindingNumberSettings >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ windingNumberThreshold

unsafe float MR.Const_MakeSignedByWindingNumberSettings.windingNumberThreshold
get

positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes


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