Importer

General

Importer és una classe en Aspose.3d per a Python.

Importer.supports_format returns true if the given FileFormat is recognized by the library.

Mètodes

SignaturaDescripció
__init__()
supports_format(file_format: 'FileFormat')boolRetorna true si la biblioteca reconeix el FileFormat donat.
import_scene(scene: 'Scene', stream, options: 'LoadOptions')Carrega dades d’un flux en una escena utilitzant l’especificat LoadOptions
 Català