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

Optional parameters for refineFeatureObject Generated from class MR.RefineParameters. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_RefineParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_RefineParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_RefineParameters (float distanceLimit, float normalTolerance, MR.Const_FaceBitSet? faceRegion, MR.Const_VertBitSet? vertRegion, int maxIterations, MR.Std._ByValue_Function_BoolFuncFromFloat callback)
 Constructs MR.RefineParameters elementwise.
 
unsafe Const_RefineParameters (MR._ByValue_RefineParameters _other)
 Generated from constructor MR.RefineParameters.RefineParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float distanceLimit [get]
 Maximum distance from the source model to the feature.
 
unsafe float normalTolerance [get]
 Maximum angle between the source model's normal and the feature's normal.
 
unsafe MR.? Const_FaceBitSet faceRegion [get]
 (for meshes only) Reference faces used for filtering intermediate results that are too far from it
 
unsafe MR.? Const_VertBitSet vertRegion [get]
 (for meshes only) Reference vertices used for filtering intermediate results that are too far from it
 
unsafe int maxIterations [get]
 Maximum amount of iterations performed until a stable set of points is found.
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callback [get]
 Progress callback.
 
- Properties inherited from MR.Misc.Object< Const_RefineParameters >
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_RefineParameters >
bool _IsOwningVal
 

Detailed Description

Optional parameters for refineFeatureObject Generated from class MR.RefineParameters. This is the const half of the class.


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