FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
Dateiformattyp
Felder
| Feld | Beschreibung |
|---|---|
| AMF | Dateiformat für additive Fertigung |
| ASE | ASCII‑Szenenexporter‑Format von 3D Studio Max. |
| ASPOSE3D_WEB | Aspose.3D Web‑Format. |
| BLENDER | Blender-Formattyp |
| COLLADA | Collada-Dateiformat der Khronos Group. |
| DISCREET3DS | Dateiformat von Discreet 3D Studio |
| DRACO | Google Draco Mesh |
| DXF | AutoCAD DXF |
| FBX | FBX-Dateiformattyp |
| GLTF | glTF der Khronos Group |
| HTML5 | HTML5-Datei |
| IFC | ISO 16739-1 Industry Foundation Classes Datenmodell. |
| MAYA | Autodesk Maya-Formattyp |
| MICROSOFT3MF | 3D Manufacturing Format |
| PCD | Punktwolken-Daten, verwendet von der Point Cloud Library |
| Portable Document Format | |
| PLY | Polygon File Format oder Stanford Triangle Format |
| RVM | AVEVA Plant Design Management System Modell. |
| SIEMENSJT | JT-Datei von Siemens PLM Software NX |
| STL | STL-Dateiformattyp |
| UNIVERSAL3D | Universal 3D-Dateiformattyp |
| USD | Universelle Szenenbeschreibung |
| VRML | Die Virtual Reality Modeling Language |
| WAVEFRONTOBJ | Wavefront OBJ-Formattyp |
| X | X-Datei von DirectX |
| XYZ | Xyz-Punktwolken-Datei |
| ZIP | Zip-Archiv, das andere 3D-Dateiformate enthält. |
Methoden
| Methode | Beschreibung |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getExtension() | Der Erweiterungsname dieses Dateiformats, beginnt mit . |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Geben Sie den Namen dieses Dateiformattyps zurück |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
AMF
public static final FileFormatType AMF
Dateiformat für additive Fertigung
ASE
public static final FileFormatType ASE
ASCII‑Szenenexporter‑Format von 3D Studio Max.
ASPOSE3D_WEB
public static final FileFormatType ASPOSE3D_WEB
Aspose.3D Web‑Format.
BLENDER
public static final FileFormatType BLENDER
Blender-Formattyp
COLLADA
public static final FileFormatType COLLADA
Collada-Dateiformat der Khronos Group.
DISCREET3DS
public static final FileFormatType DISCREET3DS
Dateiformat von Discreet 3D Studio
DRACO
public static final FileFormatType DRACO
Google Draco Mesh
DXF
public static final FileFormatType DXF
AutoCAD DXF
FBX
public static final FileFormatType FBX
FBX-Dateiformattyp
GLTF
public static final FileFormatType GLTF
glTF der Khronos Group
HTML5
public static final FileFormatType HTML5
HTML5-Datei
IFC
public static final FileFormatType IFC
ISO 16739-1 Industry Foundation Classes Datenmodell.
MAYA
public static final FileFormatType MAYA
Autodesk Maya-Formattyp
MICROSOFT3MF
public static final FileFormatType MICROSOFT3MF
3D Manufacturing Format
PCD
public static final FileFormatType PCD
Punktwolken-Daten, verwendet von der Point Cloud Library
public static final FileFormatType PDF
Portable Document Format
PLY
public static final FileFormatType PLY
Polygon File Format oder Stanford Triangle Format
RVM
public static final FileFormatType RVM
AVEVA Plant Design Management System Modell.
SIEMENSJT
public static final FileFormatType SIEMENSJT
JT-Datei von Siemens PLM Software NX
STL
public static final FileFormatType STL
STL-Dateiformattyp
UNIVERSAL3D
public static final FileFormatType UNIVERSAL3D
Universal 3D-Dateiformattyp
USD
public static final FileFormatType USD
Universelle Szenenbeschreibung
VRML
public static final FileFormatType VRML
Die Virtual Reality Modeling Language
WAVEFRONTOBJ
public static final FileFormatType WAVEFRONTOBJ
Wavefront OBJ-Formattyp
X
public static final FileFormatType X
X-Datei von DirectX
XYZ
public static final FileFormatType XYZ
Xyz-Punktwolken-Datei
ZIP
public static final FileFormatType ZIP
Zip-Archiv, das andere 3D-Dateiformate enthält.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtension()
public String getExtension()
Der Erweiterungsname dieses Dateiformats, beginnt mit .
Returns: java.lang.String - Der Erweiterungsname dieses Dateiformats, beginnt mit .
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Geben Sie den Namen dieses Dateiformattyps zurück
Returns: java.lang.String - Ein java.lang.String, der die aktuelle toString repräsentiert.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |