Public Member Functions | |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
bool | __ne__ (self, typing.Any other) |
str | __repr__ (self) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | MinimizeError .ClassVar[DecimateStrategy] |
typing | ShortestEdgeFirst .ClassVar[DecimateStrategy] |
Members: MinimizeError : the next edge to collapse will be the one that introduced minimal error to the surface ShortestEdgeFirst : the next edge to collapse will be the shortest one
None meshlib.mrmeshpy.DecimateStrategy.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.DecimateStrategy.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.DecimateStrategy.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.DecimateStrategy.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.DecimateStrategy.__index__ | ( | self | ) |
int meshlib.mrmeshpy.DecimateStrategy.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.DecimateStrategy.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.DecimateStrategy.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.DecimateStrategy.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.DecimateStrategy.__str__ | ( | self | ) |
str meshlib.mrmeshpy.DecimateStrategy.name | ( | self | ) |
int meshlib.mrmeshpy.DecimateStrategy.value | ( | self | ) |
|
static |
|
static |