ObjFormat

Overview

ObjFormat is a class in Aspose.3D FOSS for Python. Inherits from: FileFormat.

ObjFormat.create_load_options creates and returns an ObjLoadOptions instance for importing OBJ files.

Properties

NameTypeAccessDescription
extensionstrReadReturns the primary file extension string for OBJ format (e.g., “.obj”)
extensionsList[str]ReadReturns a list of all supported file extensions for OBJ format
content_typestrReadReturns the MIME type string associated with OBJ files
file_format_type``ReadReturns the enumeration value identifying the OBJ file format
versionstrReadReturns the version string of the OBJ format implementation
can_exportboolReadIndicates whether OBJ format supports exporting scenes
can_importboolReadIndicates whether OBJ format supports importing scenes
formatsListReadReturns a list of format descriptors related to OBJ handling

Methods

SignatureDescription
create_load_options()Creates and returns an ObjLoadOptions instance for importing OBJ files
create_save_options()Creates and returns an ObjSaveOptions instance for exporting OBJ files

See Also