FileFormatType
Overview
FileFormatType is a class in Aspose.3D FOSS for Python.
File format type
This class declares 1 method for FileFormatType objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: extension.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | The extension name of this file format, started with . |
Methods
| Signature | Description |
|---|---|
__init__(extension: str) | Calls init(extension) on this FileFormatType instance. |