|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe int | vertsDeleted [get] |
| | Number deleted faces.
|
| |
|
unsafe int | facesDeleted [get] |
| |
| unsafe float | errorIntroduced [get] |
| |
|
unsafe bool | cancelled [get] |
| | whether the algorithm was cancelled by the callback
|
| |
|
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.
|
| |
◆ errorIntroduced
| unsafe float MR.Const_DecimateResult.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
The documentation for this class was generated from the following file: