FileFormatType

Inheritance: java.lang.Object

public final class FileFormatType

Dateiformattyp

Felder

FeldBeschreibung
AMFDateiformat für additive Fertigung
ASEASCII‑Szenenexporter‑Format von 3D Studio Max.
ASPOSE3D_WEBAspose.3D Web‑Format.
BLENDERBlender-Formattyp
COLLADACollada-Dateiformat der Khronos Group.
DISCREET3DSDateiformat von Discreet 3D Studio
DRACOGoogle Draco Mesh
DXFAutoCAD DXF
FBXFBX-Dateiformattyp
GLTFglTF der Khronos Group
HTML5HTML5-Datei
IFCISO 16739-1 Industry Foundation Classes Datenmodell.
MAYAAutodesk Maya-Formattyp
MICROSOFT3MF3D Manufacturing Format
PCDPunktwolken-Daten, verwendet von der Point Cloud Library
PDFPortable Document Format
PLYPolygon File Format oder Stanford Triangle Format
RVMAVEVA Plant Design Management System Modell.
SIEMENSJTJT-Datei von Siemens PLM Software NX
STLSTL-Dateiformattyp
UNIVERSAL3DUniversal 3D-Dateiformattyp
USDUniverselle Szenenbeschreibung
VRMLDie Virtual Reality Modeling Language
WAVEFRONTOBJWavefront OBJ-Formattyp
XX-Datei von DirectX
XYZXyz-Punktwolken-Datei
ZIPZip-Archiv, das andere 3D-Dateiformate enthält.

Methoden

MethodeBeschreibung
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

PDF

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:

ParameterTypBeschreibung
arg0java.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:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int