ThreeMfPlugin

Overview

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

ThreeMfPlugin.get_exporter() returns the exporter object that implements export(scene, stream, options) for 3MF output.

This class declares 7 methods for ThreeMfPlugin objects in Python programs. Available methods include: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
__init__()Calls init on this ThreeMfPlugin instance.
get_file_format()'ThreeMfFormat'Returns the file format.
get_importer()'Importer'Returns the importer.
get_exporter()'Exporter'Returns the exporter.
get_format_detector()'FormatDetector'Returns the format detector.
create_load_options()'ThreeMfLoadOptions'Creates a ThreeMfLoadOptions instance to configure 3MF import settings
create_save_options()'ThreeMfSaveOptions'Creates a ThreeMfSaveOptions instance to configure 3MF export settings

See Also

 English