FbxLoadOptions

FbxLoadOptions

Overview

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

Load options for FBX format.

This class provides 19 methods for working with FbxLoadOptions objects in Java programs. Available methods include: FbxLoadOptions, LoadOptions, getCompatibleMode, getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getKeepBuiltinGlobalSettings, getLookupPaths, setCompatibleMode, setEncoding, and 5 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: compatibleMode, encoding, fileFormat, fileName, fileSystem, fileSystemFactory, and 2 more.

Properties

NameTypeAccessDescription
keepBuiltinGlobalSettingsbooleanReadGets or sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in .NET FOSS.
compatibleModebooleanReadGets or sets whether to enable compatible mode.
fileFormatFileFormatReadGets the file format.
fileSystemFactoryFileSystemFactoryReadGets the factory class for FileSystem.
encodingjava.nio.charset.CharsetReadGets the default encoding for text-based files.
fileSystemFileSystemReadAllow user to handle how to manage the external dependencies during load/save.
lookupPathsjava.util.ArrayList<String>ReadSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
fileNameStringReadThe file name of the exporting/importing scene.

Methods

SignatureDescription
FbxLoadOptions()Constructor of FbxLoadOptions.
FbxLoadOptions(format: FileFormat)Constructor of FbxLoadOptions.
getKeepBuiltinGlobalSettings()booleanGets or sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in .NET FOSS.
setKeepBuiltinGlobalSettings(value: boolean)Sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in .NET FOSS.
getCompatibleMode()booleanGets or sets whether to enable compatible mode.
setCompatibleMode(value: boolean)Sets whether to enable compatible mode.
LoadOptions()Initializes a new instance of the LoadOptions class.
LoadOptions(format: FileFormat)Initializes a new instance of the LoadOptions class with a file format.
getFileFormat()FileFormatReturns the file format.
getFileSystemFactory()FileSystemFactoryGets the factory class for FileSystem.
setFileSystemFactory(value: FileSystemFactory)Sets the factory class for FileSystem.
getEncoding()java.nio.charset.CharsetGets the default encoding for text-based files.
setEncoding(value: java.nio.charset.Charset)Sets the default encoding for text-based files.
getFileSystem()FileSystemAllow user to handle how to manage the external dependencies during load/save.
setFileSystem(value: FileSystem)Allow user to handle how to manage the external dependencies during load/save.
getLookupPaths()java.util.ArrayList<String>Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
setLookupPaths(value: java.util.ArrayList<String>)Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
getFileName()StringThe file name of the exporting/importing scene.
setFileName(value: String)The file name of the exporting/importing scene.

See Also

 English