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 | None .ClassVar[SlicePlane] |
typing | XY .ClassVar[SlicePlane] |
typing | YZ .ClassVar[SlicePlane] |
typing | ZX .ClassVar[SlicePlane] |
Members: YZ : = 0 cause main axis is x - [0] ZX : = 1 cause main axis is y - [1] XY : = 2 cause main axis is z - [2] None : special value not to limit path in one slice
None meshlib.mrmeshpy.SlicePlane.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.SlicePlane.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.SlicePlane.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.SlicePlane.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.SlicePlane.__index__ | ( | self | ) |
int meshlib.mrmeshpy.SlicePlane.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.SlicePlane.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.SlicePlane.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.SlicePlane.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.SlicePlane.__str__ | ( | self | ) |
str meshlib.mrmeshpy.SlicePlane.name | ( | self | ) |
int meshlib.mrmeshpy.SlicePlane.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |