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 | Automatic .ClassVar[MarchingCubesParams.CachingMode] |
typing | None .ClassVar[MarchingCubesParams.CachingMode] |
typing | Normal .ClassVar[MarchingCubesParams.CachingMode] |
Members: Automatic : choose caching mode automatically depending on volume type (current defaults: Normal for FunctionVolume and VdbVolume, None for others) None : don't cache any data Normal : allocates 2 full slices per parallel thread
None meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__index__ | ( | self | ) |
int meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.MarchingCubesParams.CachingMode.__str__ | ( | self | ) |
str meshlib.mrmeshpy.MarchingCubesParams.CachingMode.name | ( | self | ) |
int meshlib.mrmeshpy.MarchingCubesParams.CachingMode.value | ( | self | ) |
|
static |
|
static |
|
static |