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

Fix undercuts function parameters Generated from class MR.FixUndercuts.FixParams. This is the const half of the class. More...

+ Inheritance diagram for MR.FixUndercuts.Const_FixParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FixParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FixParams (MR.FixUndercuts.Const_FindParams findParameters, float voxelSize, float bottomExtension, MR.Const_FaceBitSet? region, bool smooth, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.FixUndercuts.FixParams elementwise.
 
unsafe Const_FixParams (MR.FixUndercuts._ByValue_FixParams _other)
 Generated from constructor MR.FixUndercuts.FixParams.FixParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.FixUndercuts.Const_FindParams findParameters [get]
 parameters of what is considered as undercut
 
unsafe float voxelSize [get]
 voxel size for internal computations: lower size - better precision but more system resources required
 
unsafe float bottomExtension [get]
 minimum extension of bottom part of the mesh
 
unsafe MR.? Const_FaceBitSet region [get]
 if set - only this region will be fixed (but still all mesh will be rebuild)
 
unsafe bool smooth [get]
 if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat cb [get]
 
- Properties inherited from MR.Misc.Object< Const_FixParams >
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_FixParams >
bool _IsOwningVal
 

Detailed Description

Fix undercuts function parameters Generated from class MR.FixUndercuts.FixParams. This is the const half of the class.


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