Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, InSphereSearchSettings arg0) |
None | __init__ (self, bool insideAndOutside, float maxRadius, int maxIters, float minShrinkage) |
bool | insideAndOutside (self) |
None | insideAndOutside (self, bool arg1) |
int | maxIters (self) |
None | maxIters (self, int arg1) |
float | maxRadius (self) |
None | maxRadius (self, float arg1) |
float | minShrinkage (self) |
None | minShrinkage (self, float arg1) |
Generated from: MR::InSphereSearchSettings controls the finding of maximal inscribed sphere in mesh
None meshlib.mrmeshpy.InSphereSearchSettings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.InSphereSearchSettings.__init__ | ( | self, | |
InSphereSearchSettings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.InSphereSearchSettings.__init__ | ( | self, | |
bool | insideAndOutside, | ||
float | maxRadius, | ||
int | maxIters, | ||
float | minShrinkage ) |
Implicit aggregate constructor.
bool meshlib.mrmeshpy.InSphereSearchSettings.insideAndOutside | ( | self | ) |
if false then searches for the maximal inscribed sphere in mesh; if true then searches for both a) maximal inscribed sphere, and b) maximal sphere outside the mesh touching it at two points; and returns the smaller of two, and if it is b) then with minus sign
None meshlib.mrmeshpy.InSphereSearchSettings.insideAndOutside | ( | self, | |
bool | arg1 ) |
int meshlib.mrmeshpy.InSphereSearchSettings.maxIters | ( | self | ) |
maximum number of shrinking iterations for one triangle
None meshlib.mrmeshpy.InSphereSearchSettings.maxIters | ( | self, | |
int | arg1 ) |
float meshlib.mrmeshpy.InSphereSearchSettings.maxRadius | ( | self | ) |
maximum allowed radius of the sphere; for almost closed meshes the article recommends maxRadius = 0.5f * std::min( { boxSize.x, boxSize.y, boxSize.z } )
None meshlib.mrmeshpy.InSphereSearchSettings.maxRadius | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.InSphereSearchSettings.minShrinkage | ( | self | ) |
iterations stop if next radius is larger than minShrinkage times previous radius
None meshlib.mrmeshpy.InSphereSearchSettings.minShrinkage | ( | self, | |
float | arg1 ) |