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 | Clockwise .ClassVar[BypassDirection] |
typing | CounterClockwise .ClassVar[BypassDirection] |
Members: Clockwise CounterClockwise
None meshlib.mrmeshpy.BypassDirection.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.BypassDirection.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.BypassDirection.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.BypassDirection.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.BypassDirection.__index__ | ( | self | ) |
int meshlib.mrmeshpy.BypassDirection.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.BypassDirection.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.BypassDirection.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.BypassDirection.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.BypassDirection.__str__ | ( | self | ) |
str meshlib.mrmeshpy.BypassDirection.name | ( | self | ) |
int meshlib.mrmeshpy.BypassDirection.value | ( | self | ) |
|
static |
|
static |