Generated from class MR.DoubleOffsetSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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.Const_IFastWindingNumber | fwn [get] |
| | defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used
|
| |
| unsafe float | windingNumberThreshold [get] |
| |
|
unsafe float | windingNumberBeta [get] |
| | determines the precision of fast approximation: the more the better, minimum value is 1
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | progress [get] |
| | to report algorithm's progress and to cancel it
|
| |
|
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.
|
| |
Generated from class MR.DoubleOffsetSettings. This is the const half of the class.
◆ windingNumberThreshold
| unsafe float MR.Const_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: