MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_ThickenParams (ThickenParams _other)
 Generated from constructor MR.ThickenParams.ThickenParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_outsideOffset
unsafe float * __ref_storage_insideOffset
unsafe float * __ref_storage_normalsTrustFactor

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]
 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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_ThickenParams() [1/4]

unsafe MR.Const_ThickenParams.Const_ThickenParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ThickenParams() [2/4]

unsafe MR.Const_ThickenParams.Const_ThickenParams ( float outsideOffset,
float insideOffset,
float normalsTrustFactor )
inline

Constructs MR.ThickenParams elementwise.

◆ Const_ThickenParams() [3/4]

unsafe MR.Const_ThickenParams.Const_ThickenParams ( MR.Const_ThickenParams _other)
inline

Generated from constructor MR.ThickenParams.ThickenParams.

◆ Const_ThickenParams() [4/4]

MR.Const_ThickenParams.Const_ThickenParams ( ThickenParams _other)
inline

Generated from constructor MR.ThickenParams.ThickenParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ThickenParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ThickenParams.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_insideOffset

unsafe float* MR.Const_ThickenParams.__ref_storage_insideOffset
protected

◆ __ref_storage_normalsTrustFactor

unsafe float* MR.Const_ThickenParams.__ref_storage_normalsTrustFactor
protected

◆ __ref_storage_outsideOffset

unsafe float* MR.Const_ThickenParams.__ref_storage_outsideOffset
protected

Property Documentation

◆ insideOffset

unsafe float MR.Const_ThickenParams.insideOffset
get

the amount of offset for cloned mirrored mesh vertices in the opposite direction

◆ 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

◆ outsideOffset

unsafe float MR.Const_ThickenParams.outsideOffset
get

the amount of offset for original mesh vertices


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