parameters of OpenVDB Grid to Mesh conversion using Dual Marching Cubes algorithm Generated from class MR.GridToMeshSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.Vector3f | voxelSize [get] |
| | the size of each voxel in the grid
|
| |
|
unsafe float | isoValue [get] |
| | layer of grid with this value would be converted in mesh; isoValue can be negative only in level set grids
|
| |
|
unsafe float | adaptivity [get] |
| | adaptivity - [0.0;1.0] ratio of combining small triangles into bigger ones (curvature can be lost on high values)
|
| |
|
unsafe int | maxFaces [get] |
| | if the mesh exceeds this number of faces, an error returns
|
| |
|
unsafe int | maxVertices [get] |
| | if the mesh exceeds this number of vertices, an error returns
|
| |
|
unsafe bool | relaxDisorientedTriangles [get] |
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
| | to receive progress and request cancellation
|
| |
|
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.
|
| |
parameters of OpenVDB Grid to Mesh conversion using Dual Marching Cubes algorithm Generated from class MR.GridToMeshSettings. This is the const half of the class.
The documentation for this class was generated from the following file: