|
| unsafe | DoubleOffsetSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | DoubleOffsetSettings (float voxelSize, float offsetA, float offsetB, float adaptivity, MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_Bool_From_Float 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=.
|
| virtual void | Dispose () |
| unsafe | Const_DoubleOffsetSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_DoubleOffsetSettings (float voxelSize, float offsetA, float offsetB, float adaptivity, MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_Bool_From_Float progress) |
| | Constructs MR.DoubleOffsetSettings elementwise.
|
| unsafe | Const_DoubleOffsetSettings (MR._ByValue_DoubleOffsetSettings _other) |
| | Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
|
| | Const_DoubleOffsetSettings (Const_DoubleOffsetSettings _other) |
| | Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
|
| | Const_DoubleOffsetSettings (DoubleOffsetSettings _other) |
| | Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
|
|
| 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.Std.SharedPtr_MRIFastWindingNumber | 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] |
| | positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
|
| 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_Bool_From_Float | progress [get, protected set] |
| | to report algorithm's progress and to cancel it
|
| unsafe float | voxelSize [get] |
| | the size of voxel in intermediate voxel grid representation
|
| unsafe float | offsetA [get] |
| | the amount of first offset
|
| unsafe float | offsetB [get] |
| | the amount of second offset
|
| unsafe float | adaptivity [get] |
| | in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)
|
| unsafe MR.Std.Const_SharedPtr_MRIFastWindingNumber | fwn [get, protected set] |
| | defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used
|
| unsafe float | windingNumberThreshold [get] |
| | positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
|
| unsafe float | windingNumberBeta [get] |
| | determines the precision of fast approximation: the more the better, minimum value is 1
|
| unsafe MR.Std.Const_Function_Bool_From_Float | progress [get, protected set] |
| | to report algorithm's progress and to cancel it
|
Generated from class MR.DoubleOffsetSettings. This is the non-const half of the class.