ColladaFormatDetector
Overview
ColladaFormatDetector is a class in Aspose.3D FOSS for Python.
Inherits from: FormatDetector.
ColladaFormatDetector.detect determines the 3D file format of a stream, optionally using the file name.
This class provides 2 methods for working with ColladaFormatDetector objects in Python programs.
Available methods include: __init__, detect.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
detect(stream, file_name: str) → 'FileFormat' | Determines the 3D file format of a stream, optionally using the file name |