MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MeshSave.CtmSaveOptions Class Reference
+ Inheritance diagram for meshlib.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 meshlib.mrmeshpy.SaveSettings
VertColors colors (self)
 
None colors (self, VertColors arg1)
 
str materialName (self)
 
None materialName (self, str arg1)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 
bool rearrangeTriangles (self)
 
None rearrangeTriangles (self, bool arg1)
 
bool saveValidOnly (self)
 
None saveValidOnly (self, bool arg1)
 
MeshTexture texture (self)
 
None texture (self, MeshTexture arg1)
 
VertUVCoords uvMap (self)
 
None uvMap (self, VertUVCoords arg1)
 
AffineXf3d xf (self)
 
None xf (self, AffineXf3d arg1)
 

Detailed Description

Generated from:  MR::MeshSave::CtmSaveOptions

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.MeshSave.CtmSaveOptions.__init__ ( self)
Implicit default constructor.

Reimplemented from meshlib.mrmeshpy.SaveSettings.

◆ __init__() [2/2]

None meshlib.mrmeshpy.MeshSave.CtmSaveOptions.__init__ ( self,
MeshSave.CtmSaveOptions arg0 )
Implicit copy constructor.

Reimplemented from meshlib.mrmeshpy.SaveSettings.

Member Function Documentation

◆ comment() [1/2]

str meshlib.mrmeshpy.MeshSave.CtmSaveOptions.comment ( self)
comment saved in the file

◆ comment() [2/2]

None meshlib.mrmeshpy.MeshSave.CtmSaveOptions.comment ( self,
str arg1 )

◆ compressionLevel() [1/2]

int meshlib.mrmeshpy.MeshSave.CtmSaveOptions.compressionLevel ( self)
LZMA compression: 0 - minimal compression, but fast; 9 - maximal compression, but slow

◆ compressionLevel() [2/2]

None meshlib.mrmeshpy.MeshSave.CtmSaveOptions.compressionLevel ( self,
int arg1 )

◆ vertexPrecision() [1/2]

float meshlib.mrmeshpy.MeshSave.CtmSaveOptions.vertexPrecision ( self)
~= 0.00098

◆ vertexPrecision() [2/2]

None meshlib.mrmeshpy.MeshSave.CtmSaveOptions.vertexPrecision ( self,
float arg1 )

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