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

structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_CompensateRadiusParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_CompensateRadiusParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_CompensateRadiusParams (MR.Vector3f direction, float toolRadius, MR.Const_FaceBitSet? region, int maxIterations, int relaxExpansion, int relaxIterations, float relaxForce, MR.Std._ByValue_Function_BoolFuncFromFloat callback)
 Constructs MR.CompensateRadiusParams elementwise.
 
unsafe Const_CompensateRadiusParams (MR._ByValue_CompensateRadiusParams _other)
 Generated from constructor MR.CompensateRadiusParams.CompensateRadiusParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f direction [get]
 Z direction of milling tool.
 
unsafe float toolRadius [get]
 radius of spherical tool
 
unsafe MR.? Const_FaceBitSet region [get]
 
unsafe int maxIterations [get]
 maximum iteration of applying algorithm (each iteration improves result a little bit)
 
unsafe int relaxExpansion [get]
 how many hops to expand around each moved vertex for relaxation
 
unsafe int relaxIterations [get]
 how many iterations of relax is applied on each compensation iteration
 
unsafe float relaxForce [get]
 force of relaxations on each compensation iteration
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callback [get]
 
- Properties inherited from MR.Misc.Object< Const_CompensateRadiusParams >
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_CompensateRadiusParams >
bool _IsOwningVal
 

Detailed Description

structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class.

Property Documentation

◆ region

unsafe MR.? Const_FaceBitSet MR.Const_CompensateRadiusParams.region
get

region of the mesh that will be compensated it should not contain closed components also please note that boundaries of the region are fixed


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