3D dosyasının biçimini algılama

Detect Format rorogramming ample ample

Örnek kodu takip eden T, bir dosya formatının (dosya yolunu veya akışını kullanarak) nasıl algılanacağını ve uzantısını kontrol ettiğini gösterir.

import aspose.threed as a3d
# For complete examples and data files, please go to https://github.com/aspose-3d/Aspose.3D-for-.NET
# Detect the format of a 3D file
inputFormat = a3d.FileFormat.detect("document.fbx");
# Display the file format
print("File Format: " + str(inputFormat))