MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MeshLoad.ObjLoadSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshLoad.ObjLoadSettings arg0)
 
None __init__ (self, bool customXf, bool countSkippedFaces, func_bool_from_float callback, bool telemetrySignal)
 
func_bool_from_float callback (self)
 
None callback (self, func_bool_from_float arg1)
 
bool countSkippedFaces (self)
 
None countSkippedFaces (self, bool arg1)
 
bool customXf (self)
 
None customXf (self, bool arg1)
 
bool telemetrySignal (self)
 
None telemetrySignal (self, bool arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
MeshLoad.ObjLoadSettings operator (*args, **kwargs)
 
MeshLoad.ObjLoadSettings operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_callback = 8
 
typing _offsetof_countSkippedFaces = 1
 
typing _offsetof_customXf = 0
 
typing _offsetof_telemetrySignal = 40
 

Detailed Description

Generated from:  MR::MeshLoad::ObjLoadSettings

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ ( self,
MeshLoad.ObjLoadSettings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ ( self,
bool customXf,
bool countSkippedFaces,
func_bool_from_float callback,
bool telemetrySignal )
Implicit aggregate constructor.

Member Function Documentation

◆ callback() [1/2]

func_bool_from_float mrmeshpy.MeshLoad.ObjLoadSettings.callback ( self)
callback for set progress and stop process

◆ callback() [2/2]

None mrmeshpy.MeshLoad.ObjLoadSettings.callback ( self,
func_bool_from_float arg1 )

◆ countSkippedFaces() [1/2]

bool mrmeshpy.MeshLoad.ObjLoadSettings.countSkippedFaces ( self)
if true, the number of skipped faces (faces than can't be created) will be counted

◆ countSkippedFaces() [2/2]

None mrmeshpy.MeshLoad.ObjLoadSettings.countSkippedFaces ( self,
bool arg1 )

◆ customXf() [1/2]

bool mrmeshpy.MeshLoad.ObjLoadSettings.customXf ( self)
if true then vertices will be returned relative to some transformation to avoid precision loss

◆ customXf() [2/2]

None mrmeshpy.MeshLoad.ObjLoadSettings.customXf ( self,
bool arg1 )

◆ operator() [1/2]

MeshLoad.ObjLoadSettings mrmeshpy.MeshLoad.ObjLoadSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MeshLoad.ObjLoadSettings mrmeshpy.MeshLoad.ObjLoadSettings.operator ( * args,
** kwargs )
static

◆ telemetrySignal() [1/2]

bool mrmeshpy.MeshLoad.ObjLoadSettings.telemetrySignal ( self)
permit telemetry signal about loading

◆ telemetrySignal() [2/2]

None mrmeshpy.MeshLoad.ObjLoadSettings.telemetrySignal ( self,
bool arg1 )

Member Data Documentation

◆ _offsetof_callback

typing mrmeshpy.MeshLoad.ObjLoadSettings._offsetof_callback = 8
staticprotected

◆ _offsetof_countSkippedFaces

typing mrmeshpy.MeshLoad.ObjLoadSettings._offsetof_countSkippedFaces = 1
staticprotected

◆ _offsetof_customXf

typing mrmeshpy.MeshLoad.ObjLoadSettings._offsetof_customXf = 0
staticprotected

◆ _offsetof_telemetrySignal

typing mrmeshpy.MeshLoad.ObjLoadSettings._offsetof_telemetrySignal = 40
staticprotected

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