MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.DecimatePolylineResult Class Reference

Public Member Functions

None __init__ (self)
 
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
 

Detailed Description

Generated from:  MR::DecimatePolylineResult


 \\struct MR::DecimatePolylineResult
 \\brief Results of MR::decimateContour

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DecimatePolylineResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.DecimatePolylineResult.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.DecimatePolylineResult.__init__ ( self,
int vertsDeleted,
float errorIntroduced )
Implicit aggregate constructor.

Member Function Documentation

◆ errorIntroduced() [1/2]

float mrmeshpy.DecimatePolylineResult.errorIntroduced ( self)
Max different (as distance) between original contour and result contour

◆ errorIntroduced() [2/2]

None mrmeshpy.DecimatePolylineResult.errorIntroduced ( self,
float arg1 )

◆ operator() [1/2]

DecimatePolylineResult mrmeshpy.DecimatePolylineResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

DecimatePolylineResult mrmeshpy.DecimatePolylineResult.operator ( * args,
** kwargs )
static

◆ vertsDeleted() [1/2]

int mrmeshpy.DecimatePolylineResult.vertsDeleted ( self)
Number deleted verts. Same as the number of performed collapses

◆ vertsDeleted() [2/2]

None mrmeshpy.DecimatePolylineResult.vertsDeleted ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_errorIntroduced

typing mrmeshpy.DecimatePolylineResult._offsetof_errorIntroduced = 4
staticprotected

◆ _offsetof_vertsDeleted

typing mrmeshpy.DecimatePolylineResult._offsetof_vertsDeleted = 0
staticprotected

The documentation for this class was generated from the following file: