This is the complete list of members for mrmeshpy.SaveSettings, including all inherited members.
__init__(*args, **kwargs) | mrmeshpy.SaveSettings | static |
__init__(self) | mrmeshpy.SaveSettings | |
__init__(self, bool saveValidOnly, bool rearrangeTriangles, VertColors colors, VertCoords2 uvMap, MeshTexture texture, str materialName, AffineXf3d xf, func_bool_from_float progress) | mrmeshpy.SaveSettings | |
_offsetof_colors | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_materialName | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_progress | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_rearrangeTriangles | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_saveValidOnly | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_texture | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_uvMap | mrmeshpy.SaveSettings | protectedstatic |
_offsetof_xf | mrmeshpy.SaveSettings | protectedstatic |
colors(self) | mrmeshpy.SaveSettings | |
colors(self, VertColors arg1) | mrmeshpy.SaveSettings | |
materialName(self) | mrmeshpy.SaveSettings | |
materialName(self, str arg1) | mrmeshpy.SaveSettings | |
operator(*args, **kwargs) | mrmeshpy.SaveSettings | static |
operator(*args, **kwargs) | mrmeshpy.SaveSettings | static |
progress(self) | mrmeshpy.SaveSettings | |
progress(self, func_bool_from_float arg1) | mrmeshpy.SaveSettings | |
rearrangeTriangles(self) | mrmeshpy.SaveSettings | |
rearrangeTriangles(self, bool arg1) | mrmeshpy.SaveSettings | |
saveValidOnly(self) | mrmeshpy.SaveSettings | |
saveValidOnly(self, bool arg1) | mrmeshpy.SaveSettings | |
texture(self) | mrmeshpy.SaveSettings | |
texture(self, MeshTexture arg1) | mrmeshpy.SaveSettings | |
uvMap(self) | mrmeshpy.SaveSettings | |
uvMap(self, VertCoords2 arg1) | mrmeshpy.SaveSettings | |
xf(self) | mrmeshpy.SaveSettings | |
xf(self, AffineXf3d arg1) | mrmeshpy.SaveSettings | |