Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, GridToMeshSettings arg0) |
None | __init__ (self, Vector3f voxelSize, float isoValue, float adaptivity, int maxFaces, int maxVertices, bool relaxDisorientedTriangles, func_bool_from_float cb) |
float | adaptivity (self) |
None | adaptivity (self, float arg1) |
func_bool_from_float | cb (self) |
None | cb (self, func_bool_from_float arg1) |
float | isoValue (self) |
None | isoValue (self, float arg1) |
int | maxFaces (self) |
None | maxFaces (self, int arg1) |
int | maxVertices (self) |
None | maxVertices (self, int arg1) |
Vector3f | voxelSize (self) |
None | voxelSize (self, Vector3f arg1) |
Generated from: MR::GridToMeshSettings parameters of OpenVDB Grid to Mesh conversion using Dual Marching Cubes algorithm
None meshlib.mrmeshpy.GridToMeshSettings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.GridToMeshSettings.__init__ | ( | self, | |
GridToMeshSettings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.GridToMeshSettings.__init__ | ( | self, | |
Vector3f | voxelSize, | ||
float | isoValue, | ||
float | adaptivity, | ||
int | maxFaces, | ||
int | maxVertices, | ||
bool | relaxDisorientedTriangles, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.GridToMeshSettings.adaptivity | ( | self | ) |
adaptivity - [0.0;1.0] ratio of combining small triangles into bigger ones (curvature can be lost on high values)
None meshlib.mrmeshpy.GridToMeshSettings.adaptivity | ( | self, | |
float | arg1 ) |
func_bool_from_float meshlib.mrmeshpy.GridToMeshSettings.cb | ( | self | ) |
to receive progress and request cancellation
None meshlib.mrmeshpy.GridToMeshSettings.cb | ( | self, | |
func_bool_from_float | arg1 ) |
float meshlib.mrmeshpy.GridToMeshSettings.isoValue | ( | self | ) |
layer of grid with this value would be converted in mesh; isoValue can be negative only in level set grids
None meshlib.mrmeshpy.GridToMeshSettings.isoValue | ( | self, | |
float | arg1 ) |
int meshlib.mrmeshpy.GridToMeshSettings.maxFaces | ( | self | ) |
if the mesh exceeds this number of faces, an error returns
None meshlib.mrmeshpy.GridToMeshSettings.maxFaces | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.GridToMeshSettings.maxVertices | ( | self | ) |
if the mesh exceeds this number of vertices, an error returns
None meshlib.mrmeshpy.GridToMeshSettings.maxVertices | ( | self, | |
int | arg1 ) |
Vector3f meshlib.mrmeshpy.GridToMeshSettings.voxelSize | ( | self | ) |
the size of each voxel in the grid
None meshlib.mrmeshpy.GridToMeshSettings.voxelSize | ( | self, | |
Vector3f | arg1 ) |