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 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 |
Generated from: MR::MeshLoad::ObjLoadSettings
|
static |
| None mrmeshpy.MeshLoad.ObjLoadSettings.__init__ | ( | self | ) |
| 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.
| 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 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |