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
| Signature | Description |
|---|---|
canImport(format: FileFormat) → boolean | Determines whether the given file format is supported for import |
load(stream: Stream, options: LoadOptions) → Scene | Reads a 3D scene from the provided stream using the specified load options |