GltfFormat
Overview
GltfFormat Python için Aspose.3D FOSS sınıfıdır.
GltfFormat.create_load_options creates a GLTF-specific load options object for importing scenes.
Bu sınıf Python programlarında GltfFormat nesnelerle çalışmak için 2 yöntem sunar. Mevcut yöntemler şunları içerir: create_load_options, create_save_options. Tüm kamu üyeleri, Python paket için Aspose.3D FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir. Mülkiyet : can_export, can_import, content_type, extension, extensions, file_format_type,Ve 2 daha.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Uzantıya ulaşır. |
extensions | List[str] | Read | Genişletmeler için hazırlanın. |
content_type | str | Read | İçerik türünü alır. |
file_format_type | `` | Read | Dosya formatını alır. |
version | str | Read | versiyonu alır. |
can_export | bool | Read | İhracat yapabileceği bir şey var. |
can_import | bool | Read | İthalat yapabileceği bir şey var. |
formats | List | Read | Formatları bulmak için. |
Methods
| Signature | Description |
|---|---|
create_load_options() | Giriş sahneleri için GLTF özel yük seçenekleri nesne oluşturur |
create_save_options() | GLTF-specific save options object oluşturur, sahneler için ihraç edilir. |