Übersicht
FileFormat ist ein Enum in Aspose.3d für Python.
FileFormat.WAVEFRONT_OBJ returns a FileFormat instance for the Wavefront OBJ format.
Werte und Wertvorgaben
| Name | Type | Access | Description |
|---|
extension | str | Read | Gets the extension. |
extensions | List[str] | Read | Gets the extensions. |
content_type | str | Read | Gets the content type. |
file_format_type | `` | Read | Gets the file format type. |
version | str | Read | Gets the version. |
can_export | bool | Read | Gets the can export. |
can_import | bool | Read | Gets the can import. |
formats | List['FileFormat'] | Read | Gets the formats. |
Eigenschaften
| Signature | Description |
|---|
WAVEFRONT_OBJ() | |
GLTF2() | |
MICROSOFT_3MF_FORMAT() | |
FBX7400ASCII() | |
__init__() | |
detect(stream: 'io._IOBase', file_name: Optional[str]) → Optional['FileFormat'] | |
get_format_by_extension(extension_name: str) → Optional['FileFormat'] | |
create_load_options() → 'LoadOptions' | |
create_save_options() → 'SaveOptions' | |
Methoden und Verfahren
| Unterzeichnung | Beschreibung |
|---|
WAVEFRONT_OBJ() | Gibt eine FileFormat-Instanz für das Wavefront OBJ-Format zurück. |
GLTF2() | Gibt eine FileFormat-Instanz für das glTF 2.0 Format zurück. |
MICROSOFT_3MF_FORMAT() | Gibt eine FileFormat-Instanz für das Microsoft 3MF-Format zurück. |
FBX7400ASCII() | Gibt eine FileFormat-Instanz für das FBX 7400 ASCII-Format zurück. |
__init__() | |
detect(stream: 'io._IOBase', file_name: Optional[str]) → Optional['FileFormat'] | Bestimmt das Dateifort aus einem Stream und optionalen Namen, gibt ein übereinstimmendes FileFormat oder None zurück. |
get_format_by_extension(extension_name: str) → Optional['FileFormat'] | Sucht nach einem FileFormat durch seine Erweiterung, gibt das Format oder Keine zurück |
create_load_options() → 'LoadOptions' | Erstellt ein Standard-Objekt LoadOptions zum Importieren von Dateien |
create_save_options() → 'SaveOptions' | Erstellt ein Standardobjekt SaveOptions zum Exportieren von Dateien |