Public Member Functions | |
| None | __init__ (self, Nesting.NestingBaseParams params, float voxelSize) |
| None | __init__ (self, Nesting.SequentialNester arg0) |
| Nesting.NestingResult | nestMesh (self, Nesting.MeshXf meshXf, Nesting.BoxNestingOptions options, std_vector_OutEdge densificationSequence=None) |
| Vector_Nesting_NestingResult_ObjId | nestMeshes (self, Vector_Nesting_MeshXf_ObjId meshes, Nesting.BoxNestingOptions options, std_vector_OutEdge densificationSequence=None) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Nesting.SequentialNester | operator (*args, **kwargs) |
| Nesting.SequentialNester | operator (*args, **kwargs) |
Generated from: MR::Nesting::SequentialNester class to add meshes to nest sequentially
|
static |
| None mrmeshpy.Nesting.SequentialNester.__init__ | ( | self, | |
| Nesting.NestingBaseParams | params, | ||
| float | voxelSize ) |
if voxelSize > 0 peform densification on each addition
| None mrmeshpy.Nesting.SequentialNester.__init__ | ( | self, | |
| Nesting.SequentialNester | arg0 ) |
Implicit copy constructor.
| Nesting.NestingResult mrmeshpy.Nesting.SequentialNester.nestMesh | ( | self, | |
| Nesting.MeshXf | meshXf, | ||
| Nesting.BoxNestingOptions | options, | ||
| std_vector_OutEdge | densificationSequence = None ) |
tries to add single mesh to the nest returns true if mesh is nested, false otherwise (can be canceled)
| Vector_Nesting_NestingResult_ObjId mrmeshpy.Nesting.SequentialNester.nestMeshes | ( | self, | |
| Vector_Nesting_MeshXf_ObjId | meshes, | ||
| Nesting.BoxNestingOptions | options, | ||
| std_vector_OutEdge | densificationSequence = None ) |
tries to add multiple mesh to the nest returns bitset of nested meshes (can be canceled)
|
static |
|
static |