ThreeMfPlugin

Overview

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

ThreeMfPlugin.get_file_format returns the ThreeMfFormat object that identifies the 3MF file format.

Methods

SignatureDescription
__init__()
get_file_format()'ThreeMfFormat'Returns the ThreeMfFormat object that identifies the 3MF file format
get_importer()'Importer'Returns an Importer capable of reading 3MF files
get_exporter()'Exporter'Returns an Exporter capable of writing 3MF files
get_format_detector()'FormatDetector'Returns a FormatDetector that can recognize 3MF files
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