Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ObjectSave.Settings arg0) |
| None | __init__ (self, std_optional_LengthUnit lengthUnit, func_bool_from_float progress) |
| std_optional_LengthUnit | lengthUnit (self) |
| None | lengthUnit (self, std_optional_LengthUnit arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ObjectSave.Settings | operator (*args, **kwargs) |
| ObjectSave.Settings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_lengthUnit = 0 |
| typing | _offsetof_progress = 8 |
Generated from: MR::ObjectSave::Settings
|
static |
| None mrmeshpy.ObjectSave.Settings.__init__ | ( | self | ) |
| None mrmeshpy.ObjectSave.Settings.__init__ | ( | self, | |
| ObjectSave.Settings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ObjectSave.Settings.__init__ | ( | self, | |
| std_optional_LengthUnit | lengthUnit, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| std_optional_LengthUnit mrmeshpy.ObjectSave.Settings.lengthUnit | ( | self | ) |
units of input coordinates and transformation, to be serialized if the format supports it
| None mrmeshpy.ObjectSave.Settings.lengthUnit | ( | self, | |
| std_optional_LengthUnit | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.ObjectSave.Settings.progress | ( | self | ) |
to report loading progress and allow the user to cancel it
| None mrmeshpy.ObjectSave.Settings.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
|
staticprotected |
|
staticprotected |