Public Member Functions | |
| None | addNested (self, Box3f box) |
| float | complete (self) |
| None | init (self, Box3f thisBox) |
Static Public Member Functions | |
| Nesting.IBoxNestingPriority | operator (*args, **kwargs) |
Generated from: MR::Nesting::IBoxNestingPriority class to override box nesting metrics
| None mrmeshpy.Nesting.IBoxNestingPriority.addNested | ( | self, | |
| Box3f | box ) |
accumulate priority by one of already nested boxes
| float mrmeshpy.Nesting.IBoxNestingPriority.complete | ( | self | ) |
finalize priority and return the value (more - better)
| None mrmeshpy.Nesting.IBoxNestingPriority.init | ( | self, | |
| Box3f | thisBox ) |
init priority calculation with box of placed object
|
static |