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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DecimatePolylineResult | operator (*args, **kwargs) |
| DecimatePolylineResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_errorIntroduced = 4 |
| typing | _offsetof_vertsDeleted = 0 |
Generated from: MR::DecimatePolylineResult \\struct MR::DecimatePolylineResult \\brief Results of MR::decimateContour
|
static |
| None mrmeshpy.DecimatePolylineResult.__init__ | ( | self | ) |
| None mrmeshpy.DecimatePolylineResult.__init__ | ( | self, | |
| DecimatePolylineResult | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DecimatePolylineResult.__init__ | ( | self, | |
| int | vertsDeleted, | ||
| float | errorIntroduced ) |
Implicit aggregate constructor.
| float mrmeshpy.DecimatePolylineResult.errorIntroduced | ( | self | ) |
Max different (as distance) between original contour and result contour
| None mrmeshpy.DecimatePolylineResult.errorIntroduced | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| int mrmeshpy.DecimatePolylineResult.vertsDeleted | ( | self | ) |
Number deleted verts. Same as the number of performed collapses
| None mrmeshpy.DecimatePolylineResult.vertsDeleted | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |