FbxLoadOptions

Overview

FbxLoadOptions configures how a FBX (.fbx) file is imported into a Scene. Construct an instance, set the desired properties, and pass it to Scene.open() alongside the file path to override the format defaults. Common settings cover which node hierarchies to load, how embedded materials are resolved, and whether animation data is included in the import. When no FbxLoadOptions is supplied, Scene.open() applies the FBX (.fbx) defaults defined by FbxFormat.

Description

FbxLoadOptions is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 1 property for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.

Core capabilities include: boolean. These operations enable developers to integrate fbxloadoptions functionality directly into TypeScript applications.

The class also provides the keepBuiltinGlobalSettings property (indicates whether built‑in global settings are preserved when loading an fbx file).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
keepBuiltinGlobalSettingsbooleanReadIndicates whether built‑in global settings are preserved when loading an FBX file

Methods

SignatureDescription
constructor()

See Also