IImporter

Overview

IImporter is a interface in Aspose.3D FOSS for Java.

IImporter.canImport determines whether the given FileFormat is supported for import.

Methods

SignatureDescription
canImport(format: FileFormat)booleanDetermines whether the given FileFormat is supported for import
load(stream: Stream, options: LoadOptions)Scene

See Also