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 | CutAndFill .ClassVar[SelfIntersections.Settings.Method] |
typing | Relax .ClassVar[SelfIntersections.Settings.Method] |
Members: Relax : Relax mesh around self-intersections CutAndFill : Cut and re-fill regions around self-intersections (may fall back to `Relax`)
None meshlib.mrmeshpy.SelfIntersections.Settings.Method.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.SelfIntersections.Settings.Method.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.Method.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.Method.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.Method.__index__ | ( | self | ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.Method.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.SelfIntersections.Settings.Method.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.SelfIntersections.Settings.Method.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.SelfIntersections.Settings.Method.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.SelfIntersections.Settings.Method.__str__ | ( | self | ) |
str meshlib.mrmeshpy.SelfIntersections.Settings.Method.name | ( | self | ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.Method.value | ( | self | ) |
|
static |
|
static |