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.

This class provides 2 methods for working with ColladaFormat objects in Python programs. Available methods include: create_load_options, create_save_options. All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: can_export, can_import, content_type, extension, extensions, file_format_type, and 2 more.

Properties

NameTypeAccessDescription
extensionstrReadGets the extension.
extensionsList[str]ReadGets the extensions.
content_typestrReadGets the content type.
file_format_type``ReadGets the file format type.
versionstrReadGets the version.
can_exportboolReadGets the can export.
can_importboolReadGets the can import.
formatsListReadGets the formats.

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