Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SceneLoad.Settings arg0) |
| None | __init__ (self, std_optional_LengthUnit targetUnit, func_bool_from_float progress) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| std_optional_LengthUnit | targetUnit (self) |
| None | targetUnit (self, std_optional_LengthUnit arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SceneLoad.Settings | operator (*args, **kwargs) |
| SceneLoad.Settings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_progress = 8 |
| typing | _offsetof_targetUnit = 0 |
Generated from: MR::SceneLoad::Settings
|
static |
| None mrmeshpy.SceneLoad.Settings.__init__ | ( | self | ) |
| None mrmeshpy.SceneLoad.Settings.__init__ | ( | self, | |
| SceneLoad.Settings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SceneLoad.Settings.__init__ | ( | self, | |
| std_optional_LengthUnit | targetUnit, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
|
static |
|
static |
| func_bool_from_float mrmeshpy.SceneLoad.Settings.progress | ( | self | ) |
to report loading progress and allow the user to cancel it
| None mrmeshpy.SceneLoad.Settings.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
| std_optional_LengthUnit mrmeshpy.SceneLoad.Settings.targetUnit | ( | self | ) |
if both targetUnit and loadedObject.lengthUnit are not nullopt, then adjusts transformations of the loaded objects to match target units
| None mrmeshpy.SceneLoad.Settings.targetUnit | ( | self, | |
| std_optional_LengthUnit | arg1 ) |
|
staticprotected |
|
staticprotected |