Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Nesting.BoxNestingCorner arg0) |
| None | __init__ (self, Vector3f pos, int bitMask) |
| int | bitMask (self) |
| None | bitMask (self, int arg1) |
| Vector3f | pos (self) |
| None | pos (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Nesting.BoxNestingCorner | operator (*args, **kwargs) |
| Nesting.BoxNestingCorner | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_bitMask = 12 |
| typing | _offsetof_pos = 0 |
Generated from: MR::Nesting::BoxNestingCorner
|
static |
| None mrmeshpy.Nesting.BoxNestingCorner.__init__ | ( | self | ) |
| None mrmeshpy.Nesting.BoxNestingCorner.__init__ | ( | self, | |
| Nesting.BoxNestingCorner | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Nesting.BoxNestingCorner.__init__ | ( | self, | |
| Vector3f | pos, | ||
| int | bitMask ) |
Implicit aggregate constructor.
| int mrmeshpy.Nesting.BoxNestingCorner.bitMask | ( | self | ) |
corner mask 0bZYX (0b000 - lower left corner, 0b111 - upper right)
| None mrmeshpy.Nesting.BoxNestingCorner.bitMask | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| Vector3f mrmeshpy.Nesting.BoxNestingCorner.pos | ( | self | ) |
Vector3f - corner position
| None mrmeshpy.Nesting.BoxNestingCorner.pos | ( | self, | |
| Vector3f | arg1 ) |
|
staticprotected |
|
staticprotected |