StlFormatDetector
المعلومات العامة
StlFormatDetector هي فئة في Aspose.3d لـ Python. الميراث من: FormatDetector.
StlFormatDetector.detect returns the detected FileFormat for a stream, using file_name hint, or None.
الطرق
| التوقيع | وصف |
|---|---|
detect(stream: io.IOBase, file_name: str) → Optional['FileFormat'] | يعيد FileFormat المكتشف للجريان، باستخدام إشارة اسم الفيل أو لا شيء. |