Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, DecimateResult arg0) |
None | __init__ (self, int vertsDeleted, int facesDeleted, float errorIntroduced, bool cancelled) |
bool | cancelled (self) |
None | cancelled (self, bool arg1) |
float | errorIntroduced (self) |
None | errorIntroduced (self, float arg1) |
int | facesDeleted (self) |
None | facesDeleted (self, int arg1) |
int | vertsDeleted (self) |
None | vertsDeleted (self, int arg1) |
Generated from: MR::DecimateResult \\struct MR::DecimateResult \\brief Results of MR::decimateMesh \\ingroup DecimateGroup \\sa \\ref decimateMesh \\sa \\ref decimateParallelMesh \\sa \\ref resolveMeshDegenerations
None meshlib.mrmeshpy.DecimateResult.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.DecimateResult.__init__ | ( | self, | |
DecimateResult | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.DecimateResult.__init__ | ( | self, | |
int | vertsDeleted, | ||
int | facesDeleted, | ||
float | errorIntroduced, | ||
bool | cancelled ) |
Implicit aggregate constructor.
bool meshlib.mrmeshpy.DecimateResult.cancelled | ( | self | ) |
whether the algorithm was cancelled by the callback
None meshlib.mrmeshpy.DecimateResult.cancelled | ( | self, | |
bool | arg1 ) |
float meshlib.mrmeshpy.DecimateResult.errorIntroduced | ( | self | ) |
for DecimateStrategy::MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy::ShortestEdgeFirst: the shortest remaining edge in the mesh
None meshlib.mrmeshpy.DecimateResult.errorIntroduced | ( | self, | |
float | arg1 ) |
int meshlib.mrmeshpy.DecimateResult.facesDeleted | ( | self | ) |
Number deleted faces
None meshlib.mrmeshpy.DecimateResult.facesDeleted | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.DecimateResult.vertsDeleted | ( | self | ) |
Number deleted verts. Same as the number of performed collapses
None meshlib.mrmeshpy.DecimateResult.vertsDeleted | ( | self, | |
int | arg1 ) |