GltfFormat

Overview

GltfFormat is a class in Aspose.3D FOSS for Python.

GltfFormat.create_load_options creates a GLTF-specific load options object for importing scenes.

This class provides 2 methods for working with GltfFormat objects in Python programs. Available methods include: create_load_options, create_save_options. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: can_export, can_import, content_type, extension, extensions, file_format_type, and 2 more.

Properties

NameTypeAccessDescription
extensionstrReadGets the extension.
extensionsList[str]ReadGets the extensions.
content_typestrReadGets the content type.
file_format_type``ReadGets the file format type.
versionstrReadGets the version.
can_exportboolReadGets the can export.
can_importboolReadGets the can import.
formatsListReadGets the formats.

Methods

SignatureDescription
create_load_options()Creates a GLTF-specific load options object for importing scenes
create_save_options()Creates a GLTF-specific save options object for exporting scenes

See Also