FileFormatType

FileFormatType

Overview

FileFormatType is a class in Aspose.3D FOSS for Java.

FileFormatType.getExtension() returns the associated file extension string.

Properties

NameTypeAccessDescription
extensionStringReadStores the file extension for this format
MAYAFileFormatTypeReadRepresents the Maya 3D file format
BLENDERFileFormatTypeRead
FBXFileFormatTypeReadRepresents the FBX file format
STLFileFormatTypeRead
WAVEFRONTOBJFileFormatTypeReadRepresents the Wavefront OBJ file format
DISCREET3DSFileFormatTypeReadRepresents the Discreet 3DS file format
COLLADAFileFormatTypeRead
UNIVERSAL3DFileFormatTypeReadRepresents the Universal 3D file format
PDFFileFormatTypeRead
GLTFFileFormatTypeRead
DXFFileFormatTypeRead
PLYFileFormatTypeRead
XFileFormatTypeRead
DRACOFileFormatTypeReadRepresents the Draco compressed mesh format
MICROSOFT3MFFileFormatTypeReadRepresents the Microsoft 3MF file format
RVMFileFormatTypeRead
ASEFileFormatTypeRead
ZIPFileFormatTypeReadRepresents the ZIP archive format for 3D assets
USDFileFormatTypeReadRepresents the USD (Universal Scene Description) format
PCDFileFormatTypeReadRepresents the PCD point cloud file format
XYZFileFormatTypeReadRepresents the XYZ point coordinate file format
IFCFileFormatTypeReadRepresents the IFC building information model format
SIEMENSJTFileFormatTypeReadRepresents the Siemens JT file format
AMFFileFormatTypeReadRepresents the AMF (Additive Manufacturing) file format
VRMLFileFormatTypeRead
HTML5FileFormatTypeReadRepresents the HTML5 export format for 3D scenes
ASPOSE3D_WEBFileFormatTypeReadRepresents the Aspose3D Web format

Methods

SignatureDescription
getExtension()StringReturns the associated file extension string
toString()StringReturns the format name as a string

See Also