ColladaFormat

Overview

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

ColladaFormat.create_load_options creates and returns a Collada load options object for importing.

Properties

NameTypeAccessDescription
extensionstrReadProvides the default file extension string for Collada files
extensionsList[str]ReadLists all supported file extensions for the Collada format
content_typestrReadReturns the MIME type string for Collada files
file_format_type``ReadIdentifies the enum or type representing the Collada format
versionstrReadReturns the Collada specification version string supported
can_exportboolReadIndicates whether the Collada format supports export operations
can_importboolReadIndicates whether the Collada format supports import operations
formatsListReadLists the format identifiers associated with the Collada format

Methods

SignatureDescription
create_load_options()Creates and returns a Collada load options object for importing
create_save_options()Creates and returns a Collada save options object for exporting

See Also