FileFormatType
Overview
FileFormatType is a class in Aspose.3D FOSS for Java.
FileFormatType.getExtension() returns the associated file extension string.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | String | Read | Stores the file extension for this format |
MAYA | FileFormatType | Read | Represents the Maya 3D file format |
BLENDER | FileFormatType | Read | |
FBX | FileFormatType | Read | Represents the FBX file format |
STL | FileFormatType | Read | |
WAVEFRONTOBJ | FileFormatType | Read | Represents the Wavefront OBJ file format |
DISCREET3DS | FileFormatType | Read | Represents the Discreet 3DS file format |
COLLADA | FileFormatType | Read | |
UNIVERSAL3D | FileFormatType | Read | Represents the Universal 3D file format |
PDF | FileFormatType | Read | |
GLTF | FileFormatType | Read | |
DXF | FileFormatType | Read | |
PLY | FileFormatType | Read | |
X | FileFormatType | Read | |
DRACO | FileFormatType | Read | Represents the Draco compressed mesh format |
MICROSOFT3MF | FileFormatType | Read | Represents the Microsoft 3MF file format |
RVM | FileFormatType | Read | |
ASE | FileFormatType | Read | |
ZIP | FileFormatType | Read | Represents the ZIP archive format for 3D assets |
USD | FileFormatType | Read | Represents the USD (Universal Scene Description) format |
PCD | FileFormatType | Read | Represents the PCD point cloud file format |
XYZ | FileFormatType | Read | Represents the XYZ point coordinate file format |
IFC | FileFormatType | Read | Represents the IFC building information model format |
SIEMENSJT | FileFormatType | Read | Represents the Siemens JT file format |
AMF | FileFormatType | Read | Represents the AMF (Additive Manufacturing) file format |
VRML | FileFormatType | Read | |
HTML5 | FileFormatType | Read | Represents the HTML5 export format for 3D scenes |
ASPOSE3D_WEB | FileFormatType | Read | Represents the Aspose3D Web format |
Methods
| Signature | Description |
|---|---|
getExtension() → String | Returns the associated file extension string |
toString() → String | Returns the format name as a string |