Importer

Přehled

Importer je třída v Aspose.3d pro Python.

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

Metody

Podpis:Popis:
__init__()
supports_format(file_format: 'FileFormat')boolVrátí true, pokud je data FileFormat uznána knihovnou.
import_scene(scene: 'Scene', stream, options: 'LoadOptions')Naloží data ze proudu do scény pomocí specifikovaného LoadOptions
 Čeština