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

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

+ Inheritance diagram for MR.Const_ZCompensateParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ZCompensateParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ZCompensateParams (float maxShift, bool reduceSelfIntersections, float minThickness, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.ZCompensateParams elementwise.
 
unsafe Const_ZCompensateParams (MR._ByValue_ZCompensateParams _other)
 Generated from constructor MR.ZCompensateParams.ZCompensateParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float maxShift [get]
 
unsafe bool reduceSelfIntersections [get]
 if true, limits the movement of each vertex to reduce self-intersections in the mesh
 
unsafe float minThickness [get]
 only if (reduceSelfIntersections = true), avoids moving a vertex closer than this distance to another triangle
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 to report progress and cancel processing
 
- Properties inherited from MR.Misc.Object< Const_ZCompensateParams >
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_ZCompensateParams >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ maxShift

unsafe float MR.Const_ZCompensateParams.maxShift
get

shift of mesh parts orthogonal to Z-axis with normal against Z-axis; for other mesh parts the shift will be less and will depend on the angle between point pseudo-normal and Z-axis


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