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

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...

+ Inheritance diagram for MR.Const_GridToMeshSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_GridToMeshSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_GridToMeshSettings (MR.Vector3f voxelSize, float isoValue, float adaptivity, int maxFaces, int maxVertices, bool relaxDisorientedTriangles, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.GridToMeshSettings elementwise.
 
unsafe Const_GridToMeshSettings (MR._ByValue_GridToMeshSettings _other)
 Generated from constructor MR.GridToMeshSettings.GridToMeshSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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
 
- Properties inherited from MR.Misc.Object< Const_GridToMeshSettings >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_GridToMeshSettings >
bool _IsOwningVal
 

Detailed Description

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: