Example #1
0
 public void ToObjFile(string fileNameWithPath)
 {
     UtilsPointCloudIO.ToObjFile(this, fileNameWithPath);
 }
Example #2
0
 public void ToObjFile(string path, string fileName)
 {
     UtilsPointCloudIO.ToObjFile(this, path, fileName);
 }