MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.SceneSave.Settings:

Public Member Functions

None __init__ (self)
None __init__ (self, SceneSave.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)
SceneSave.Settings operator (*args, **kwargs)
SceneSave.Settings operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_lengthUnit = 0
typing _offsetof_progress = 8

Detailed Description

Generated from:  MR::SceneSave::Settings

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.SceneSave.Settings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.SceneSave.Settings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.SceneSave.Settings.__init__ ( self,
SceneSave.Settings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.SceneSave.Settings.__init__ ( self,
std_optional_LengthUnit lengthUnit,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ lengthUnit() [1/2]

std_optional_LengthUnit mrmeshpy.SceneSave.Settings.lengthUnit ( self)
units of input coordinates and transformation, to be serialized if the format supports it

◆ lengthUnit() [2/2]

None mrmeshpy.SceneSave.Settings.lengthUnit ( self,
std_optional_LengthUnit arg1 )

◆ operator() [1/2]

SceneSave.Settings mrmeshpy.SceneSave.Settings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SceneSave.Settings mrmeshpy.SceneSave.Settings.operator ( * args,
** kwargs )
static

◆ progress() [1/2]

func_bool_from_float mrmeshpy.SceneSave.Settings.progress ( self)
to report loading progress and allow the user to cancel it

◆ progress() [2/2]

None mrmeshpy.SceneSave.Settings.progress ( self,
func_bool_from_float arg1 )

Member Data Documentation

◆ _offsetof_lengthUnit

typing mrmeshpy.SceneSave.Settings._offsetof_lengthUnit = 0
staticprotected

◆ _offsetof_progress

typing mrmeshpy.SceneSave.Settings._offsetof_progress = 8
staticprotected

The documentation for this class was generated from the following file: