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. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: CompatibleMode, Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, and 2 more.

Properties

NameTypeAccessDescription
KeepBuiltinGlobalSettingsboolRead/WriteGets or sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in .
CompatibleModeboolRead/WriteGets or sets whether to enable compatible mode.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
FbxLoadOptions(format: FileFormat)Constructor of
FbxLoadOptions()Constructor of

See Also

 English