FbxFormat

Overview

FbxFormat is a class in Aspose.3D FOSS for Python. Inherits from: FileFormat.

FbxFormat.create_load_options creates and returns a default FBX load options object.

Properties

NameTypeAccessDescription
extensionstrReadProvides the primary file extension string for FBX format
extensionsList[str]ReadProvides a list of all supported FBX file extensions
content_typestrReadProvides the MIME content type string for FBX files
file_format_type``ReadIdentifies the enumeration value representing the FBX format type
versionstrReadProvides the version string of the FBX format supported
can_exportboolReadIndicates whether the FBX format supports exporting
can_importboolReadIndicates whether the FBX format supports importing
formatsListReadLists the available FBX format variants or related format objects

Methods

SignatureDescription
create_load_options()Creates and returns a default FBX load options object
create_save_options()Creates and returns a default FBX save options object

See Also