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 mrmeshpy.SelfIntersections.Settings.Method.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.SelfIntersections.Settings.Method.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.SelfIntersections.Settings.Method.__getstate__ | ( | self | ) |
| int mrmeshpy.SelfIntersections.Settings.Method.__hash__ | ( | self | ) |
| int mrmeshpy.SelfIntersections.Settings.Method.__index__ | ( | self | ) |
| int mrmeshpy.SelfIntersections.Settings.Method.__int__ | ( | self | ) |
| bool mrmeshpy.SelfIntersections.Settings.Method.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.SelfIntersections.Settings.Method.__repr__ | ( | self | ) |
| None mrmeshpy.SelfIntersections.Settings.Method.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.SelfIntersections.Settings.Method.__str__ | ( | self | ) |
| str mrmeshpy.SelfIntersections.Settings.Method.name | ( | self | ) |
| int mrmeshpy.SelfIntersections.Settings.Method.value | ( | self | ) |
|
static |
|
static |