public class PlyFormat extends FileFormat
AMF, ASE, COLLADA, DISCREET3DS, DRACO, DXF, FBX7200_BINARY, FBX7200ASCII, FBX7300_BINARY, FBX7300ASCII, FBX7400_BINARY, FBX7400ASCII, FBX7500_BINARY, FBX7500ASCII, GLTF, GLTF__BINARY, GLTF2, GLTF2__BINARY, MICROSOFT3MF, PLY, RVM_BINARY, RVM_TEXT, SIEMENSJT8, SIEMENSJT9, STL_BINARY, STLASCII, UNIVERSAL3D, WAVEFRONTOBJ, X_BINARY, X_TEXT
Modifier and Type | Method and Description |
---|---|
void |
encodeMesh(IMeshConvertible mesh,
com.aspose.threed.Stream stream)
Encode the mesh and save the result into the stream.
|
void |
encodeMesh(IMeshConvertible mesh,
com.aspose.threed.Stream stream,
PlySaveOptions opt)
Encode the mesh and save the result into the stream.
|
void |
encodeMesh(IMeshConvertible mesh,
String fileName)
Encode the mesh and save the result into an external file.
|
void |
encodeMesh(IMeshConvertible mesh,
String fileName,
PlySaveOptions opt)
Encode the mesh and save the result into an external file.
|
createLoadOptions, createSaveOptions, detect, detect, getContentType, getExtension, getFileFormatType, getVersion, toString
public void encodeMesh(IMeshConvertible mesh, com.aspose.threed.Stream stream, PlySaveOptions opt) throws IOException
mesh
- The mesh to encodestream
- The stream to write to, this method will not close this streamopt
- Save optionsIOException
public void encodeMesh(IMeshConvertible mesh, com.aspose.threed.Stream stream) throws IOException
mesh
- The mesh to encodestream
- The stream to write to, this method will not close this streamIOException
public void encodeMesh(IMeshConvertible mesh, String fileName, PlySaveOptions opt) throws IOException
mesh
- The mesh to encodefileName
- The file to write toopt
- Save optionsIOException
public void encodeMesh(IMeshConvertible mesh, String fileName) throws IOException
mesh
- The mesh to encodefileName
- The file to write toIOException
Copyright © 2019. All rights reserved.