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 | Count .ClassVar[OutEdge] |
typing | Invalid .ClassVar[OutEdge] |
typing | MinusX .ClassVar[OutEdge] |
typing | MinusY .ClassVar[OutEdge] |
typing | MinusZ .ClassVar[OutEdge] |
typing | PlusX .ClassVar[OutEdge] |
typing | PlusY .ClassVar[OutEdge] |
typing | PlusZ .ClassVar[OutEdge] |
Members: Invalid PlusZ MinusZ PlusY MinusY PlusX MinusX Count
None meshlib.mrmeshpy.OutEdge.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.OutEdge.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.OutEdge.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.OutEdge.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.OutEdge.__index__ | ( | self | ) |
int meshlib.mrmeshpy.OutEdge.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.OutEdge.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.OutEdge.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.OutEdge.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.OutEdge.__str__ | ( | self | ) |
str meshlib.mrmeshpy.OutEdge.name | ( | self | ) |
int meshlib.mrmeshpy.OutEdge.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |