Ejemplo n.º 1
0
 public void ToObjFile(string fileNameWithPath)
 {
     UtilsPointCloudIO.ToObjFile(this, fileNameWithPath);
 }
Ejemplo n.º 2
0
 public void ToObjFile(string path, string fileName)
 {
     UtilsPointCloudIO.ToObjFile(this, path, fileName);
 }