open3d.io.rpc.data_buffer_to_meta_geometry#

open3d.io.rpc.data_buffer_to_meta_geometry(data: str) Tuple[str, float, open3d.cpu.pybind.t.geometry.Geometry]#

This function returns the geometry, the path and the time stored in a SetMeshData message. data must contain the Request header message followed by the SetMeshData message. The function returns None for the geometry if not successful.