Results of MR.decimateMesh. More...
Public Member Functions | |
| unsafe | DecimateResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | DecimateResult (int vertsDeleted, int facesDeleted, float errorIntroduced, bool cancelled) |
| Constructs MR.DecimateResult elementwise. | |
| unsafe | DecimateResult (MR.Const_DecimateResult _other) |
| Generated from constructor MR.DecimateResult.DecimateResult. | |
| DecimateResult (DecimateResult _other) | |
| Generated from constructor MR.DecimateResult.DecimateResult. | |
| unsafe MR.DecimateResult | assign (MR.Const_DecimateResult _other) |
| Generated from method MR::DecimateResult::operator=. | |
| Public Member Functions inherited from MR.Const_DecimateResult | |
| virtual void | Dispose () |
| unsafe | Const_DecimateResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_DecimateResult (int vertsDeleted, int facesDeleted, float errorIntroduced, bool cancelled) |
| Constructs MR.DecimateResult elementwise. | |
| unsafe | Const_DecimateResult (MR.Const_DecimateResult _other) |
| Generated from constructor MR.DecimateResult.DecimateResult. | |
| Const_DecimateResult (DecimateResult _other) | |
| Generated from constructor MR.DecimateResult.DecimateResult. | |
Properties | |
| new unsafe ref int | vertsDeleted [get] |
| Number deleted verts. Same as the number of performed collapses. | |
| new unsafe ref int | facesDeleted [get] |
| Number deleted faces. | |
| new unsafe ref float | errorIntroduced [get] |
| for DecimateStrategy.MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy.ShortestEdgeFirst: the shortest remaining edge in the mesh | |
| new unsafe ref bool | cancelled [get] |
| whether the algorithm was cancelled by the callback | |
| Properties inherited from MR.Const_DecimateResult | |
| unsafe int | vertsDeleted [get] |
| Number deleted verts. Same as the number of performed collapses. | |
| unsafe int | facesDeleted [get] |
| Number deleted faces. | |
| unsafe float | errorIntroduced [get] |
| for DecimateStrategy.MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy.ShortestEdgeFirst: the shortest remaining edge in the mesh | |
| unsafe bool | cancelled [get] |
| whether the algorithm was cancelled by the callback | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_DecimateResult | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_DecimateResult | |
| unsafe int * | __ref_storage_vertsDeleted |
| unsafe int * | __ref_storage_facesDeleted |
| unsafe float * | __ref_storage_errorIntroduced |
| unsafe bool * | __ref_storage_cancelled |
Results of MR.decimateMesh.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.DecimateResult elementwise.
|
inline |
Generated from constructor MR.DecimateResult.DecimateResult.
|
inline |
Generated from constructor MR.DecimateResult.DecimateResult.
|
inline |
Generated from method MR::DecimateResult::operator=.
|
get |
whether the algorithm was cancelled by the callback
|
get |
for DecimateStrategy.MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy.ShortestEdgeFirst: the shortest remaining edge in the mesh
|
get |
Number deleted faces.
|
get |
Number deleted verts. Same as the number of performed collapses.