MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PointsSave.CtmSavePointsOptions Class Reference
+ 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)
 
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::PointsSave::CtmSavePointsOptions

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.PointsSave.CtmSavePointsOptions.__init__ ( self)
Implicit default constructor.

Reimplemented from mrmeshpy.SaveSettings.

◆ __init__() [2/2]

None mrmeshpy.PointsSave.CtmSavePointsOptions.__init__ ( self,
PointsSave.CtmSavePointsOptions arg0 )
Implicit copy constructor.

Reimplemented from mrmeshpy.SaveSettings.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.PointsSave.CtmSavePointsOptions._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented from mrmeshpy.SaveSettings.

◆ comment() [1/2]

str mrmeshpy.PointsSave.CtmSavePointsOptions.comment ( self)
comment saved in the file

◆ comment() [2/2]

None mrmeshpy.PointsSave.CtmSavePointsOptions.comment ( self,
str arg1 )

◆ compressionLevel() [1/2]

int mrmeshpy.PointsSave.CtmSavePointsOptions.compressionLevel ( self)
0 - minimal compression, but fast; 9 - maximal compression, but slow

◆ compressionLevel() [2/2]

None mrmeshpy.PointsSave.CtmSavePointsOptions.compressionLevel ( self,
int arg1 )

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