Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, AffineXf3f xf, func_bool_from_float progress) |
func_bool_from_float | progress (self) |
None | progress (self, func_bool_from_float arg1) |
AffineXf3f | xf (self) |
None | xf (self, AffineXf3f arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
DistanceMapSaveSettings | operator (*args, **kwargs) |
DistanceMapSaveSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_progress = 8 |
typing | _offsetof_xf = 0 |
Generated from: MR::DistanceMapSaveSettings determines how to save distance maps
|
static |
None mrmeshpy.DistanceMapSaveSettings.__init__ | ( | self | ) |
None mrmeshpy.DistanceMapSaveSettings.__init__ | ( | self, | |
AffineXf3f | xf, | ||
func_bool_from_float | progress ) |
Implicit aggregate constructor.
|
static |
|
static |
func_bool_from_float mrmeshpy.DistanceMapSaveSettings.progress | ( | self | ) |
to report save progress and cancel saving if user desires
None mrmeshpy.DistanceMapSaveSettings.progress | ( | self, | |
func_bool_from_float | arg1 ) |
AffineXf3f mrmeshpy.DistanceMapSaveSettings.xf | ( | self | ) |
optional distance map to world transform
None mrmeshpy.DistanceMapSaveSettings.xf | ( | self, | |
AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |