FbxLoadOptions

FbxLoadOptions

Overview

FbxLoadOptions is a class in Aspose.3D FOSS for .NET. Inherits from: LoadOptions.

Load options for FBX format

This class provides 2 methods for working with FbxLoadOptions objects in .NET programs. Available methods include: FbxLoadOptions, IOConfig. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, LookupPaths.

Properties

NameTypeAccessDescription
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
FbxLoadOptions()Creates a new FbxLoadOptions instance with default configuration
IOConfig()

See Also