MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SceneLoad.Settings Class Reference

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
 

Detailed Description

Generated from:  MR::SceneLoad::Settings

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.SceneLoad.Settings.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.SceneLoad.Settings.__init__ ( self,
std_optional_LengthUnit targetUnit,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ progress() [1/2]

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

◆ progress() [2/2]

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

◆ targetUnit() [1/2]

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

◆ targetUnit() [2/2]

None mrmeshpy.SceneLoad.Settings.targetUnit ( self,
std_optional_LengthUnit arg1 )

Member Data Documentation

◆ _offsetof_progress

typing mrmeshpy.SceneLoad.Settings._offsetof_progress = 8
staticprotected

◆ _offsetof_targetUnit

typing mrmeshpy.SceneLoad.Settings._offsetof_targetUnit = 0
staticprotected

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