Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, DecimatePolylineResult arg0) |
None | __init__ (self, int vertsDeleted, float errorIntroduced) |
float | errorIntroduced (self) |
None | errorIntroduced (self, float arg1) |
int | vertsDeleted (self) |
None | vertsDeleted (self, int arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::DecimatePolylineResult \\struct MR::DecimatePolylineResult \\brief Results of MR::decimateContour
None mrmeshpy.DecimatePolylineResult.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.DecimatePolylineResult.__init__ | ( | self, | |
DecimatePolylineResult | arg0 ) |
Implicit copy constructor.
None mrmeshpy.DecimatePolylineResult.__init__ | ( | self, | |
int | vertsDeleted, | ||
float | errorIntroduced ) |
Implicit aggregate constructor.
|
staticprotected |
float mrmeshpy.DecimatePolylineResult.errorIntroduced | ( | self | ) |
Max different (as distance) between original contour and result contour
None mrmeshpy.DecimatePolylineResult.errorIntroduced | ( | self, | |
float | arg1 ) |
int mrmeshpy.DecimatePolylineResult.vertsDeleted | ( | self | ) |
Number deleted verts. Same as the number of performed collapses
None mrmeshpy.DecimatePolylineResult.vertsDeleted | ( | self, | |
int | arg1 ) |