Uses of Class
com.aspose.threed.ImportException
-
-
Uses of ImportException in com.aspose.threed
Methods in com.aspose.threed that throw ImportException Modifier and Type Method Description void
Scene. open(com.aspose.csporter.helpers.Stream stream, FileFormat format)
Opens the scene from given stream using specified file format.void
Scene. open(com.aspose.csporter.helpers.Stream stream, FileFormat format, Cancellation cancellationToken)
Opens the scene from given stream using specified file format.void
Scene. open(com.aspose.csporter.helpers.Stream stream, LoadOptions options)
Opens the scene from given stream using specified IO config.void
Scene. open(com.aspose.csporter.helpers.Stream stream, LoadOptions options, Cancellation cancellationToken)
Opens the scene from given stream using specified IO config.
-