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

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

+ Inheritance diagram for MR.Const_ThickenParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ThickenParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ThickenParams (float outsideOffset, float insideOffset, float normalsTrustFactor)
 Constructs MR.ThickenParams elementwise.
 
unsafe Const_ThickenParams (MR.Const_ThickenParams _other)
 Generated from constructor MR.ThickenParams.ThickenParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float outsideOffset [get]
 the amount of offset for original mesh vertices
 
unsafe float insideOffset [get]
 the amount of offset for cloned mirrored mesh vertices in the opposite direction
 
unsafe float normalsTrustFactor [get]
 
- Properties inherited from MR.Misc.Object< Const_ThickenParams >
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_ThickenParams >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ normalsTrustFactor

unsafe float MR.Const_ThickenParams.normalsTrustFactor
get

increasing this value will lead mesh vertices to shift in the directions closer to their raw pseudo-normals, but it will increase the probability of self-intersections as well; decreasing (to a positive value) will on the contrary make the field of shift directions smoother


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