ColladaFormatDetector

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.

Methods

SignatureDescription
__init__()
detect(stream, file_name: str)'FileFormat'Determines the 3D file format of a stream, optionally using the file name

See Also