Public Member Functions | |
DepthFunction | __and__ (self, DepthFunction b) |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
DepthFunction | __iand__ (self, DepthFunction b) |
DepthFunction | __imatmul__ (self, bool b) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
DepthFunction | __invert__ (self) |
DepthFunction | __ior__ (self, DepthFunction b) |
DepthFunction | __mul__ (self, bool b) |
bool | __ne__ (self, typing.Any other) |
DepthFunction | __or__ (self, DepthFunction b) |
str | __repr__ (self) |
DepthFunction | __rmul__ (self, bool b) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | Always .ClassVar[DepthFunction] |
typing | Default .ClassVar[DepthFunction] |
typing | Equal .ClassVar[DepthFunction] |
typing | Greater .ClassVar[DepthFunction] |
typing | GreaterOrEqual .ClassVar[DepthFunction] |
typing | Less .ClassVar[DepthFunction] |
typing | LessOrEqual .ClassVar[DepthFunction] |
typing | Never .ClassVar[DepthFunction] |
typing | NotEqual .ClassVar[DepthFunction] |
Members: Never Less Equal Greater LessOrEqual GreaterOrEqual NotEqual Always Default : usually "Less" but may differ for different object types
None meshlib.mrmeshpy.DepthFunction.__init__ | ( | self, | |
int | value ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__and__ | ( | self, | |
DepthFunction | b ) |
bool meshlib.mrmeshpy.DepthFunction.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.DepthFunction.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.DepthFunction.__hash__ | ( | self | ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__iand__ | ( | self, | |
DepthFunction | b ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__imatmul__ | ( | self, | |
bool | b ) |
int meshlib.mrmeshpy.DepthFunction.__index__ | ( | self | ) |
int meshlib.mrmeshpy.DepthFunction.__int__ | ( | self | ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__invert__ | ( | self | ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__ior__ | ( | self, | |
DepthFunction | b ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__mul__ | ( | self, | |
bool | b ) |
bool meshlib.mrmeshpy.DepthFunction.__ne__ | ( | self, | |
typing.Any | other ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__or__ | ( | self, | |
DepthFunction | b ) |
str meshlib.mrmeshpy.DepthFunction.__repr__ | ( | self | ) |
DepthFunction meshlib.mrmeshpy.DepthFunction.__rmul__ | ( | self, | |
bool | b ) |
None meshlib.mrmeshpy.DepthFunction.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.DepthFunction.__str__ | ( | self | ) |
str meshlib.mrmeshpy.DepthFunction.name | ( | self | ) |
int meshlib.mrmeshpy.DepthFunction.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |