Uses of Class
com.aspose.threed.ExportException
-
-
Uses of ExportException in com.aspose.threed
Methods in com.aspose.threed that throw ExportException Modifier and Type Method Description void
Scene. save(com.aspose.csporter.helpers.Stream stream, FileFormat format)
Saves the scene to stream using specified file format.void
Scene. save(com.aspose.csporter.helpers.Stream stream, FileFormat format, Cancellation cancellationToken)
Saves the scene to stream using specified file format.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.
-