MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.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)
 
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)
 

Detailed Description

Generated from:  MR::MeshLoad::ObjLoadSettings

\\defgroup MeshLoadObjGroup Mesh Load Obj
\\ingroup IOGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MeshLoad.ObjLoadSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ callback() [1/2]

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

◆ callback() [2/2]

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

◆ countSkippedFaces() [1/2]

bool meshlib.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 meshlib.mrmeshpy.MeshLoad.ObjLoadSettings.countSkippedFaces ( self,
bool arg1 )

◆ customXf() [1/2]

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

◆ customXf() [2/2]

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

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