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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::MeshLoad::ObjLoadSettings \\defgroup MeshLoadObjGroup Mesh Load Obj \\ingroup IOGroup \\{
None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ | ( | self, | |
MeshLoad.ObjLoadSettings | arg0 ) |
Implicit copy constructor.
None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ | ( | self, | |
bool | customXf, | ||
bool | countSkippedFaces, | ||
func_bool_from_float | callback ) |
Implicit aggregate constructor.
|
staticprotected |
func_bool_from_float mrmeshpy.MeshLoad.ObjLoadSettings.callback | ( | self | ) |
callback for set progress and stop process
None mrmeshpy.MeshLoad.ObjLoadSettings.callback | ( | self, | |
func_bool_from_float | arg1 ) |
bool mrmeshpy.MeshLoad.ObjLoadSettings.countSkippedFaces | ( | self | ) |
if true, the number of skipped faces (faces than can't be created) will be counted
None mrmeshpy.MeshLoad.ObjLoadSettings.countSkippedFaces | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.MeshLoad.ObjLoadSettings.customXf | ( | self | ) |
if true then vertices will be returned relative to some transformation to avoid precision loss
None mrmeshpy.MeshLoad.ObjLoadSettings.customXf | ( | self, | |
bool | arg1 ) |