FbxImporter

Overview

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

FbxImporter.canImport returns true if the specified FileFormat is supported for import.

This class provides 2 methods for working with FbxImporter objects in Java programs. Available methods include: canImport, load. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

FbxImporter is a class in the Aspose.3D FOSS library for Java that exposes 2 methods and 0 properties for programmatic use. It extends IImporter, inheriting shared functionality from its parent type.

Methods

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

See Also