Results of MR.decimateMesh.
More...
Results of MR.decimateMesh.
- See also
- decimateMesh
-
decimateParallelMesh
-
resolveMeshDegenerations Generated from class MR.DecimateResult. This is the const half of the class.
-
decimateMesh
-
decimateParallelMesh
-
resolveMeshDegenerations Generated from class MR.DecimateResult. This is the non-const half of the class.
◆ DecimateResult() [1/4]
| unsafe MR.DecimateResult.DecimateResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DecimateResult() [2/4]
| unsafe MR.DecimateResult.DecimateResult |
( |
int | vertsDeleted, |
|
|
int | facesDeleted, |
|
|
float | errorIntroduced, |
|
|
bool | cancelled ) |
|
inline |
◆ DecimateResult() [3/4]
| unsafe MR.DecimateResult.DecimateResult |
( |
MR.Const_DecimateResult | _other | ) |
|
|
inline |
◆ DecimateResult() [4/4]
◆ assign()
Generated from method MR::DecimateResult::operator=.
◆ cancelled
| new unsafe ref bool MR.DecimateResult.cancelled |
|
get |
whether the algorithm was cancelled by the callback
◆ errorIntroduced
| new unsafe ref float MR.DecimateResult.errorIntroduced |
|
get |
◆ facesDeleted
| new unsafe ref int MR.DecimateResult.facesDeleted |
|
get |
◆ vertsDeleted
| new unsafe ref int MR.DecimateResult.vertsDeleted |
|
get |
Number deleted verts. Same as the number of performed collapses.
The documentation for this struct was generated from the following file: