FileFormat

Ü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

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.
formatsList['FileFormat']ReadGets the formats.

Eigenschaften

SignatureDescription
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

UnterzeichnungBeschreibung
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
 Deutsch