MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ObjectSave Class Reference

Static Public Member Functions

None toAnySupportedFormat (Object object, os.PathLike|str|bytes file, func_bool_from_float callback='{}')
 
None toAnySupportedSceneFormat (Object object, os.PathLike|str|bytes file, func_bool_from_float callback='{}')
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ObjectSave._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ toAnySupportedFormat()

None mrmeshpy.ObjectSave.toAnySupportedFormat ( Object object,
os.PathLike | str | bytes file,
func_bool_from_float callback = '{}' )
static
save a scene object to a given file
if the file format is scene-capable, saves all the object's entities
otherwise, saves only merged entities of the corresponding type (mesh, polyline, point cloud, etc.)

◆ toAnySupportedSceneFormat()

None mrmeshpy.ObjectSave.toAnySupportedSceneFormat ( Object object,
os.PathLike | str | bytes file,
func_bool_from_float callback = '{}' )
static
save an object tree to a given file
file format must be scene-capable

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