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

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
 

Detailed Description

Generated from:  MR::ObjectSave::Settings

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.ObjectSave.Settings.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.ObjectSave.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.ObjectSave.Settings.lengthUnit ( self)
units of input coordinates and transformation, to be serialized if the format supports it

◆ lengthUnit() [2/2]

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ progress() [1/2]

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

◆ progress() [2/2]

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

Member Data Documentation

◆ _offsetof_lengthUnit

typing mrmeshpy.ObjectSave.Settings._offsetof_lengthUnit = 0
staticprotected

◆ _offsetof_progress

typing mrmeshpy.ObjectSave.Settings._offsetof_progress = 8
staticprotected

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