ColladaPlugin

Overview

ColladaPlugin is a class in Aspose.3D FOSS for Python. Inherits from: Plugin.

ColladaPlugin.get_file_format returns the ColladaFormat object describing the Collada file type.

Methods

SignatureDescription
__init__()
get_file_format()'ColladaFormat'Returns the ColladaFormat object describing the Collada file type
get_importer()'Importer'Returns an Importer capable of reading Collada files
get_exporter()'Exporter'Returns an Exporter capable of writing Collada files
get_format_detector()'FormatDetector'Returns a FormatDetector that identifies Collada files
create_load_options()'ColladaLoadOptions'Creates a ColladaLoadOptions instance for configuring Collada import
create_save_options()'SaveOptions'Creates a SaveOptions instance for configuring Collada export

See Also