Uses of Class
com.aspose.threed.SaveOptions
-
-
Uses of SaveOptions in com.aspose.threed
Subclasses of SaveOptions in com.aspose.threed Modifier and Type Class Description class
AMFSaveOptions
Save options for AMFclass
ColladaSaveOptions
Save options for colladaclass
Discreet3DSSaveOptions
Save options for 3DS file.class
DracoSaveOptions
Save options for Google draco filesclass
FBXSaveOptions
Save options for FBX file.class
GLTFSaveOptions
Save options for glTF format.class
ObjSaveOptions
Save options for wavefront obj fileclass
PlySaveOptions
Save options for exporting scene as PLY file.class
RvmSaveOptions
Save options for Aveva PDMS RVM file.class
STLSaveOptions
Save options for STLclass
U3DSaveOptions
Save options for universal 3dMethods in com.aspose.threed that return SaveOptions Modifier and Type Method Description SaveOptions
FileFormat. createSaveOptions()
Create a default save options for this file formatMethods in com.aspose.threed with parameters of type SaveOptions Modifier and Type Method Description void
Scene. save(com.aspose.csporter.helpers.Stream stream, SaveOptions options)
Saves the scene to stream using specified file format.void
Scene. save(com.aspose.csporter.helpers.Stream stream, SaveOptions options, Cancellation cancellationToken)
Saves the scene to stream using specified file format.void
Scene. save(java.lang.String fileName, SaveOptions options)
Saves the scene to specified path using specified file format.void
Scene. save(java.lang.String fileName, SaveOptions options, Cancellation cancellationToken)
Saves the scene to specified path using specified file format.
-