Generated from class MR.SharpOffsetParameters. Base classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (non-virtual) MR.GeneralOffsetParameters This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_SharpOffsetParameters () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_SharpOffsetParameters (MR._ByValue_SharpOffsetParameters _other) |
| | Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.? UndirectedEdgeBitSet | outSharpEdges [get] |
| | if non-null then created sharp edges will be saved here
|
| |
|
unsafe float | minNewVertDev [get] |
| | minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize
|
| |
|
unsafe float | maxNewRank2VertDev [get] |
| | maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize
|
| |
|
unsafe float | maxNewRank3VertDev [get] |
| | maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize
|
| |
| unsafe float | maxOldVertPosCorrection [get] |
| |
|
unsafe MR.SignDetectionMode | signDetectionMode [get] |
| | determines the method to compute distance sign
|
| |
|
unsafe bool | closeHolesInHoleWindingNumber [get] |
| | whether to construct closed mesh in signMode = SignDetectionModeShort.HoleWindingNumber
|
| |
| unsafe float | windingNumberThreshold [get] |
| |
| unsafe float | windingNumberBeta [get] |
| |
| unsafe MR.Const_IFastWindingNumber | fwn [get] |
| |
| unsafe bool | memoryEfficient [get] |
| |
| unsafe float | voxelSize [get] |
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | callBack [get] |
| | Progress callback.
|
| |
|
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.SharpOffsetParameters. Base classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (non-virtual) MR.GeneralOffsetParameters This is the const half of the class.
◆ fwn
defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used this only used if signDetectionMode == SignDetectionMode.HoleWindingRule, otherwise it is ignored providing this will disable memoryEfficient (as if memoryEfficient == false)
◆ maxOldVertPosCorrection
| unsafe float MR.Const_SharpOffsetParameters.maxOldVertPosCorrection |
|
get |
correct positions of the input vertices using reference mesh by not more than this distance, measured in voxelSize; big correction can be wrong and result from self-intersections in the reference mesh
◆ memoryEfficient
| unsafe bool MR.Const_SharpOffsetParameters.memoryEfficient |
|
get |
use FunctionVolume for voxel grid representation:
- memory consumption for voxel storage is approx. (dims.z / (2 * thread_count)) lesser
- computations are about 15% slower (because some z-layers are computed twice) this setting is ignored (as if memoryEfficient == false) if a) signDetectionMode = SignDetectionMode.OpenVDB, or b) fwn is provided (CUDA computations require full memory storage) used only by mcOffsetMesh and sharpOffsetMesh methods
◆ voxelSize
| unsafe float MR.Const_SharpOffsetParameters.voxelSize |
|
get |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
◆ windingNumberBeta
| unsafe float MR.Const_SharpOffsetParameters.windingNumberBeta |
|
get |
only for SignDetectionMode.HoleWindingRule: determines the precision of fast approximation: the more the better, minimum value is 1
◆ windingNumberThreshold
| unsafe float MR.Const_SharpOffsetParameters.windingNumberThreshold |
|
get |
only for SignDetectionMode.HoleWindingRule: 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: