Inheritance diagram for mrmeshpy.PointsSave.CtmSavePointsOptions:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsSave.CtmSavePointsOptions arg0) |
| str | comment (self) |
| None | comment (self, str arg1) |
| int | compressionLevel (self) |
| None | compressionLevel (self, int 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) |
| PointsSave.CtmSavePointsOptions | operator (*args, **kwargs) |
| PointsSave.CtmSavePointsOptions | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_comment = 112 |
| typing | _offsetof_compressionLevel = 104 |
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::PointsSave::CtmSavePointsOptions
|
static |
Reimplemented from mrmeshpy.SaveSettings.
| None mrmeshpy.PointsSave.CtmSavePointsOptions.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.SaveSettings.
| None mrmeshpy.PointsSave.CtmSavePointsOptions.__init__ | ( | self, | |
| PointsSave.CtmSavePointsOptions | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.SaveSettings.
| str mrmeshpy.PointsSave.CtmSavePointsOptions.comment | ( | self | ) |
comment saved in the file
| None mrmeshpy.PointsSave.CtmSavePointsOptions.comment | ( | self, | |
| str | arg1 ) |
| int mrmeshpy.PointsSave.CtmSavePointsOptions.compressionLevel | ( | self | ) |
0 - minimal compression, but fast; 9 - maximal compression, but slow
| None mrmeshpy.PointsSave.CtmSavePointsOptions.compressionLevel | ( | self, | |
| int | arg1 ) |
|
static |
Reimplemented from mrmeshpy.SaveSettings.
|
static |
Reimplemented from mrmeshpy.SaveSettings.
|
staticprotected |
|
staticprotected |