StlImporter

Overview

StlImporter is a class in Aspose.3D FOSS for Java. Inherits from: IImporter.

StlImporter.canImport determines whether the given file format is supported for import.

Methods

SignatureDescription
canImport(format: FileFormat)booleanDetermines whether the given file format is supported for import
load(stream: Stream, options: LoadOptions)SceneReads a 3D scene from the provided stream using the specified load options

See Also