MeshLib Python Docs
Loading...
Searching...
No Matches

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

Detailed Description

Generated from:  MR::Nesting::BoxNestingCorner

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.Nesting.BoxNestingCorner.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.Nesting.BoxNestingCorner.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.Nesting.BoxNestingCorner.__init__ ( self,
Nesting.BoxNestingCorner arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.Nesting.BoxNestingCorner.__init__ ( self,
Vector3f pos,
int bitMask )
Implicit aggregate constructor.

Member Function Documentation

◆ bitMask() [1/2]

int mrmeshpy.Nesting.BoxNestingCorner.bitMask ( self)
corner mask 0bZYX (0b000 - lower left corner, 0b111 - upper right)

◆ bitMask() [2/2]

None mrmeshpy.Nesting.BoxNestingCorner.bitMask ( self,
int arg1 )

◆ operator() [1/2]

Nesting.BoxNestingCorner mrmeshpy.Nesting.BoxNestingCorner.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Nesting.BoxNestingCorner mrmeshpy.Nesting.BoxNestingCorner.operator ( * args,
** kwargs )
static

◆ pos() [1/2]

Vector3f mrmeshpy.Nesting.BoxNestingCorner.pos ( self)
Vector3f - corner position

◆ pos() [2/2]

None mrmeshpy.Nesting.BoxNestingCorner.pos ( self,
Vector3f arg1 )

Member Data Documentation

◆ _offsetof_bitMask

typing mrmeshpy.Nesting.BoxNestingCorner._offsetof_bitMask = 12
staticprotected

◆ _offsetof_pos

typing mrmeshpy.Nesting.BoxNestingCorner._offsetof_pos = 0
staticprotected

The documentation for this class was generated from the following file: