Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/353.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Open3D:将体素网格另存为三角形网格_Python_Voxel_Open3d - Fatal编程技术网

Python Open3D:将体素网格另存为三角形网格

Python Open3D:将体素网格另存为三角形网格,python,voxel,open3d,Python,Voxel,Open3d,有一个体素网格对象,我想将其另存为,或将其转换为三角形网格对象。有办法做到这一点吗?我尝试了open3d.io.write\u triangle\u mesh(文件名,体素网格),但它只保存没有面的点 谢谢

有一个
体素网格
对象,我想将其另存为,或将其转换为
三角形网格
对象。有办法做到这一点吗?我尝试了
open3d.io.write\u triangle\u mesh(文件名,体素网格)
,但它只保存没有面的点

谢谢