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 | InternalError .ClassVar[PathError] |
typing | StartEndNotConnected .ClassVar[PathError] |
Members: StartEndNotConnected : no path can be found from start to end, because they are not from the same connected component InternalError : report to developers for investigation
None meshlib.mrmeshpy.PathError.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.PathError.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.PathError.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.PathError.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.PathError.__index__ | ( | self | ) |
int meshlib.mrmeshpy.PathError.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.PathError.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.PathError.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.PathError.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.PathError.__str__ | ( | self | ) |
str meshlib.mrmeshpy.PathError.name | ( | self | ) |
int meshlib.mrmeshpy.PathError.value | ( | self | ) |
|
static |
|
static |