Classes | |
class | OutputFaceValues |
Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, FaceDistancesSettings.OutputFaceValues out, float_output maxDist, func_bool_from_float progress) |
float | maxDist (self) |
None | maxDist (self, float_output arg1) |
func_bool_from_float | progress (self) |
None | progress (self, func_bool_from_float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
FaceDistancesSettings | operator (*args, **kwargs) |
FaceDistancesSettings | operator (*args, **kwargs) |
Static Public Attributes | |
FaceDistancesSettings | out .OutputFaceValues |
Static Protected Attributes | |
typing | _offsetof_out = 0 |
typing | _offsetof_progress = 16 |
Generated from: MR::FaceDistancesSettings
|
static |
None mrmeshpy.FaceDistancesSettings.__init__ | ( | self | ) |
None mrmeshpy.FaceDistancesSettings.__init__ | ( | self, | |
FaceDistancesSettings.OutputFaceValues | out, | ||
float_output | maxDist, | ||
func_bool_from_float | progress ) |
Implicit aggregate constructor.
float mrmeshpy.FaceDistancesSettings.maxDist | ( | self | ) |
optional output of the maximal distance to the most distant face
None mrmeshpy.FaceDistancesSettings.maxDist | ( | self, | |
float_output | arg1 ) |
|
static |
|
static |
func_bool_from_float mrmeshpy.FaceDistancesSettings.progress | ( | self | ) |
for progress reporting and cancellation
None mrmeshpy.FaceDistancesSettings.progress | ( | self, | |
func_bool_from_float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
static |