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 | No .ClassVar[UseAABBTree] |
| typing | Yes .ClassVar[UseAABBTree] |
| typing | YesIfAlreadyConstructed .ClassVar[UseAABBTree] |
Members: No : AABB-tree of the mesh will not be used, even if it is available Yes : AABB-tree of the mesh will be used even if it has to be constructed YesIfAlreadyConstructed : AABB-tree of the mesh will be used if it was previously constructed and available, and will not be used otherwise
| None mrmeshpy.UseAABBTree.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.UseAABBTree.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.UseAABBTree.__getstate__ | ( | self | ) |
| int mrmeshpy.UseAABBTree.__hash__ | ( | self | ) |
| int mrmeshpy.UseAABBTree.__index__ | ( | self | ) |
| int mrmeshpy.UseAABBTree.__int__ | ( | self | ) |
| bool mrmeshpy.UseAABBTree.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.UseAABBTree.__repr__ | ( | self | ) |
| None mrmeshpy.UseAABBTree.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.UseAABBTree.__str__ | ( | self | ) |
| str mrmeshpy.UseAABBTree.name | ( | self | ) |
| int mrmeshpy.UseAABBTree.value | ( | self | ) |
|
static |
|
static |
|
static |