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

Public Member Functions

None __init__ (self)
None __init__ (self, Nesting.NestingResult arg0)
None __init__ (self, AffineXf3f xf, bool nested)
bool nested (self)
None nested (self, bool arg1)
AffineXf3f xf (self)
None xf (self, AffineXf3f arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
Nesting.NestingResult operator (*args, **kwargs)
Nesting.NestingResult operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_nested = 48
typing _offsetof_xf = 0

Detailed Description

Generated from:  MR::Nesting::NestingResult
Aliases:  Vector_Nesting_NestingResult_ObjId.reference, std_vector_Nesting_NestingResult_value_type, Vector_Nesting_NestingResult_ObjId.const_reference, Vector_Nesting_NestingResult_ObjId.value_type, std_vector_Nesting_NestingResult_const_reference, std_vector_Nesting_NestingResult_reference

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.Nesting.NestingResult.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.Nesting.NestingResult.__init__ ( self,
AffineXf3f xf,
bool nested )
Implicit aggregate constructor.

Member Function Documentation

◆ nested() [1/2]

bool mrmeshpy.Nesting.NestingResult.nested ( self)
false - means that this object does not fit the nest

◆ nested() [2/2]

None mrmeshpy.Nesting.NestingResult.nested ( self,
bool arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ xf() [1/2]

AffineXf3f mrmeshpy.Nesting.NestingResult.xf ( self)
best found xf for this object (might be equal with input xf if no good nesting was found)

◆ xf() [2/2]

None mrmeshpy.Nesting.NestingResult.xf ( self,
AffineXf3f arg1 )

Member Data Documentation

◆ _offsetof_nested

typing mrmeshpy.Nesting.NestingResult._offsetof_nested = 48
staticprotected

◆ _offsetof_xf

typing mrmeshpy.Nesting.NestingResult._offsetof_xf = 0
staticprotected

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