Decode

Decode(string, PlyLoadOptions)

从指定的流中解码点云或网格。

public Geometry Decode(string fileName, PlyLoadOptions opt = null)
范围类型描述
fileNameString输入流
optPlyLoadOptionsPLY 格式的加载选项

返回值

一个Mesh或者PointCloud实例

也可以看看


Decode(Stream, PlyLoadOptions)

从指定的流中解码点云或网格。

public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
范围类型描述
streamStream输入流
optPlyLoadOptionsPLY 格式的加载选项

返回值

一个Mesh或者PointCloud实例

也可以看看