FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
File format type
Fields
Field | Description |
---|---|
AMF | Additive manufacturing file format |
ASE | 3D Studio Max’s ASCII Scene Exporter format. |
ASPOSE3D_WEB | Aspose.3D Web format. |
COLLADA | Khronos Group’s Collada file format. |
DISCREET3DS | Discreet 3D Studio’s file format |
DRACO | Google Draco Mesh |
DXF | AutoCAD DXF |
FBX | FBX file format type |
GLTF | Khronos Group’s glTF |
HTML5 | HTML5 File |
IFC | ISO 16739-1 Industry Foundation Classes data model. |
MAYA | Autodesk Maya format type |
MICROSOFT3MF | 3D Manufacturing Format |
PCD | Point Cloud Data used by Point Cloud Library |
Portable Document Format | |
PLY | Polygon File Format or Stanford Triangle Format |
RVM | AVEVA Plant Design Management System Model. |
SIEMENSJT | Siemens PLM Software NX’s JT File |
STL | STL file format type |
UNIVERSAL3D | Universal 3D file format type |
USD | Universal Scene Description |
VRML | The Virtual Reality Modeling Language |
WAVEFRONTOBJ | Wavefront OBJ format type |
X | DirectX’s X File |
XYZ | Xyz point cloud file |
ZIP | Zip archive that contains other 3d file format. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getExtension() | The extension name of this file format, started with . |
hashCode() | |
notify() | |
notifyAll() | |
toString() | Get the name of this file format type |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AMF
public static final FileFormatType AMF
Additive manufacturing file format
ASE
public static final FileFormatType ASE
3D Studio Max’s ASCII Scene Exporter format.
ASPOSE3D_WEB
public static final FileFormatType ASPOSE3D_WEB
Aspose.3D Web format.
COLLADA
public static final FileFormatType COLLADA
Khronos Group’s Collada file format.
DISCREET3DS
public static final FileFormatType DISCREET3DS
Discreet 3D Studio’s file format
DRACO
public static final FileFormatType DRACO
Google Draco Mesh
DXF
public static final FileFormatType DXF
AutoCAD DXF
FBX
public static final FileFormatType FBX
FBX file format type
GLTF
public static final FileFormatType GLTF
Khronos Group’s glTF
HTML5
public static final FileFormatType HTML5
HTML5 File
IFC
public static final FileFormatType IFC
ISO 16739-1 Industry Foundation Classes data model.
MAYA
public static final FileFormatType MAYA
Autodesk Maya format type
MICROSOFT3MF
public static final FileFormatType MICROSOFT3MF
3D Manufacturing Format
PCD
public static final FileFormatType PCD
Point Cloud Data used by Point Cloud Library
public static final FileFormatType PDF
Portable Document Format
PLY
public static final FileFormatType PLY
Polygon File Format or Stanford Triangle Format
RVM
public static final FileFormatType RVM
AVEVA Plant Design Management System Model.
SIEMENSJT
public static final FileFormatType SIEMENSJT
Siemens PLM Software NX’s JT File
STL
public static final FileFormatType STL
STL file format type
UNIVERSAL3D
public static final FileFormatType UNIVERSAL3D
Universal 3D file format type
USD
public static final FileFormatType USD
Universal Scene Description
VRML
public static final FileFormatType VRML
The Virtual Reality Modeling Language
WAVEFRONTOBJ
public static final FileFormatType WAVEFRONTOBJ
Wavefront OBJ format type
X
public static final FileFormatType X
DirectX’s X File
XYZ
public static final FileFormatType XYZ
Xyz point cloud file
ZIP
public static final FileFormatType ZIP
Zip archive that contains other 3d file format.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtension()
public String getExtension()
The extension name of this file format, started with .
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Get the name of this file format type
Returns: java.lang.String - A java.lang.String that represents the current toString.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |