Uses of Class
com.aspose.threed.PlySaveOptions
-
-
Uses of PlySaveOptions in com.aspose.threed
Methods in com.aspose.threed with parameters of type PlySaveOptions Modifier and Type Method Description void
PlyFormat. encodeMesh(IMeshConvertible mesh, com.aspose.csporter.helpers.Stream stream, PlySaveOptions opt)
Encode the mesh and save the result into the stream.void
PlyFormat. encodeMesh(IMeshConvertible mesh, java.lang.String fileName, PlySaveOptions opt)
Encode the mesh and save the result into an external file.
-