Inheritance diagram for mrmeshpy.MeshSave.CtmSaveOptions:Classes | |
| class | MeshCompression |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshSave.CtmSaveOptions arg0) |
| str | comment (self) |
| None | comment (self, str arg1) |
| int | compressionLevel (self) |
| None | compressionLevel (self, int arg1) |
| float | vertexPrecision (self) |
| None | vertexPrecision (self, float arg1) |
Public Member Functions inherited from mrmeshpy.SaveSettings | |
| VertColors | colors (self) |
| None | colors (self, VertColors arg1) |
| str | materialName (self) |
| None | materialName (self, str arg1) |
| bool | onlyValidPoints (self) |
| None | onlyValidPoints (self, bool arg1) |
| bool | packPrimitives (self) |
| None | packPrimitives (self, bool arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| MeshTexture | texture (self) |
| None | texture (self, MeshTexture arg1) |
| VertCoords2 | uvMap (self) |
| None | uvMap (self, VertCoords2 arg1) |
| AffineXf3d | xf (self) |
| None | xf (self, AffineXf3d arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshSave.CtmSaveOptions | operator (*args, **kwargs) |
| MeshSave.CtmSaveOptions | operator (*args, **kwargs) |
Static Public Attributes | |
| MeshSave | meshCompression .CtmSaveOptions.MeshCompression |
Static Protected Attributes | |
| typing | _offsetof_compressionLevel = 112 |
| typing | _offsetof_meshCompression = 104 |
| typing | _offsetof_vertexPrecision = 108 |
Static Protected Attributes inherited from mrmeshpy.SaveSettings | |
| typing | _offsetof_colors = 8 |
| typing | _offsetof_materialName = 32 |
| typing | _offsetof_onlyValidPoints = 0 |
| typing | _offsetof_packPrimitives = 1 |
| typing | _offsetof_progress = 72 |
| typing | _offsetof_texture = 24 |
| typing | _offsetof_uvMap = 16 |
| typing | _offsetof_xf = 64 |
Generated from: MR::MeshSave::CtmSaveOptions
|
static |
Reimplemented from mrmeshpy.SaveSettings.
| None mrmeshpy.MeshSave.CtmSaveOptions.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.SaveSettings.
| None mrmeshpy.MeshSave.CtmSaveOptions.__init__ | ( | self, | |
| MeshSave.CtmSaveOptions | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.SaveSettings.
| str mrmeshpy.MeshSave.CtmSaveOptions.comment | ( | self | ) |
comment saved in the file
| None mrmeshpy.MeshSave.CtmSaveOptions.comment | ( | self, | |
| str | arg1 ) |
| int mrmeshpy.MeshSave.CtmSaveOptions.compressionLevel | ( | self | ) |
LZMA compression: 0 - minimal compression, but fast; 9 - maximal compression, but slow
| None mrmeshpy.MeshSave.CtmSaveOptions.compressionLevel | ( | self, | |
| int | arg1 ) |
|
static |
Reimplemented from mrmeshpy.SaveSettings.
|
static |
Reimplemented from mrmeshpy.SaveSettings.
| float mrmeshpy.MeshSave.CtmSaveOptions.vertexPrecision | ( | self | ) |
~= 0.00098
| None mrmeshpy.MeshSave.CtmSaveOptions.vertexPrecision | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |