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

Generated from class MR.DoubleOffsetSettings. This is the non-const half of the class. More...

+ Inheritance diagram for MR.DoubleOffsetSettings:

Public Member Functions

unsafe DoubleOffsetSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe DoubleOffsetSettings (float voxelSize, float offsetA, float offsetB, float adaptivity, MR._ByValueShared_IFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.DoubleOffsetSettings elementwise.
 
unsafe DoubleOffsetSettings (MR._ByValue_DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
 
 DoubleOffsetSettings (Const_DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
 
 DoubleOffsetSettings (DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
 
unsafe MR.DoubleOffsetSettings assign (MR._ByValue_DoubleOffsetSettings _other)
 Generated from method MR.DoubleOffsetSettings.operator=.
 

Properties

new unsafe ref float voxelSize [get]
 the size of voxel in intermediate voxel grid representation
 
new unsafe ref float offsetA [get]
 the amount of first offset
 
new unsafe ref float offsetB [get]
 the amount of second offset
 
new unsafe ref float adaptivity [get]
 in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)
 
new unsafe MR.IFastWindingNumber fwn [get, protected set]
 defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used
 
new unsafe ref float windingNumberThreshold [get]
 
new unsafe ref float windingNumberBeta [get]
 determines the precision of fast approximation: the more the better, minimum value is 1
 
new unsafe MR.Std.Function_BoolFuncFromFloat progress [get, protected set]
 to report algorithm's progress and to cancel it
 

Detailed Description

Generated from class MR.DoubleOffsetSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DoubleOffsetSettings() [1/5]

unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ DoubleOffsetSettings() [2/5]

unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings ( float voxelSize,
float offsetA,
float offsetB,
float adaptivity,
MR._ByValueShared_IFastWindingNumber fwn,
float windingNumberThreshold,
float windingNumberBeta,
MR.Std._ByValue_Function_BoolFuncFromFloat progress )
inline

Constructs MR.DoubleOffsetSettings elementwise.

◆ DoubleOffsetSettings() [3/5]

unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings ( MR._ByValue_DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

◆ DoubleOffsetSettings() [4/5]

MR.DoubleOffsetSettings.DoubleOffsetSettings ( Const_DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

◆ DoubleOffsetSettings() [5/5]

MR.DoubleOffsetSettings.DoubleOffsetSettings ( DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

Member Function Documentation

◆ assign()

unsafe MR.DoubleOffsetSettings MR.DoubleOffsetSettings.assign ( MR._ByValue_DoubleOffsetSettings _other)
inline

Generated from method MR.DoubleOffsetSettings.operator=.

Property Documentation

◆ adaptivity

new unsafe ref float MR.DoubleOffsetSettings.adaptivity
get

in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)

◆ fwn

new unsafe MR.IFastWindingNumber MR.DoubleOffsetSettings.fwn
getprotected set

defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used

◆ offsetA

new unsafe ref float MR.DoubleOffsetSettings.offsetA
get

the amount of first offset

◆ offsetB

new unsafe ref float MR.DoubleOffsetSettings.offsetB
get

the amount of second offset

◆ progress

new unsafe MR.Std.Function_BoolFuncFromFloat MR.DoubleOffsetSettings.progress
getprotected set

to report algorithm's progress and to cancel it

◆ voxelSize

new unsafe ref float MR.DoubleOffsetSettings.voxelSize
get

the size of voxel in intermediate voxel grid representation

◆ windingNumberBeta

new unsafe ref float MR.DoubleOffsetSettings.windingNumberBeta
get

determines the precision of fast approximation: the more the better, minimum value is 1

◆ windingNumberThreshold

new unsafe ref float MR.DoubleOffsetSettings.windingNumberThreshold
get

positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes


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