extension property
extension property
Gets the extension name of this type.
Example
from aspose.threed import FileFormat
format = FileFormat.MAYA_BINARY
print(f"Extension of {format} is {format.extension}")
Definition:
@property
def extension(self):
...
See Also
- module
aspose.threed
- class
FileFormat