FileFormatType

Inheritance: java.lang.Object

public final class FileFormatType

Bestandsformaattype

Velden

VeldBeschrijving
AMFBestandsformaat voor additive manufacturing
ASEASCII-scène-exportformaat van 3D Studio Max.
ASPOSE3D_WEBAspose.3D Web-formaat.
BLENDERBlender-formattype
COLLADACollada-bestandsformaat van Khronos Group.
DISCREET3DSBestandsformaat van Discreet 3D Studio
DRACOGoogle Draco Mesh
DXFAutoCAD DXF
FBXFBX-bestandsformaattype
GLTFglTF van de Khronos Group
HTML5HTML5-bestand
IFCISO 16739-1 Industry Foundation Classes datamodel.
MAYAAutodesk Maya-formattype
MICROSOFT3MF3D Manufacturing Format
PCDPuntwolkgegevens gebruikt door Point Cloud Library
PDFPortable Document Format
PLYPolygon File Format of Stanford Triangle Format
RVMAVEVA Plant Design Management System-model.
SIEMENSJTJT-bestand van Siemens PLM Software NX
STLSTL-bestandsformaattype
UNIVERSAL3DUniversal 3D-bestandsformaattype
USDUniversele Scènebeschrijving
VRMLDe Virtual Reality Modeling Language
WAVEFRONTOBJWavefront OBJ-formattype
XX-bestand van DirectX
XYZXyz-puntwolkbestand
ZIPZip-archief dat andere 3D-bestandsformaten bevat.

Methoden

MethodeBeschrijving
equals(Object arg0)
getClass()
getExtension()De extensienaam van dit bestandsformaat, beginnend met .
hashCode()
notify()
notifyAll()
toString()Haal de naam van dit bestandsformaattype op
wait()
wait(long arg0)
wait(long arg0, int arg1)

AMF

public static final FileFormatType AMF

Bestandsformaat voor additive manufacturing

ASE

public static final FileFormatType ASE

ASCII-scène-exportformaat van 3D Studio Max.

ASPOSE3D_WEB

public static final FileFormatType ASPOSE3D_WEB

Aspose.3D Web-formaat.

BLENDER

public static final FileFormatType BLENDER

Blender-formattype

COLLADA

public static final FileFormatType COLLADA

Collada-bestandsformaat van Khronos Group.

DISCREET3DS

public static final FileFormatType DISCREET3DS

Bestandsformaat van 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-bestandsformaattype

GLTF

public static final FileFormatType GLTF

glTF van de Khronos Group

HTML5

public static final FileFormatType HTML5

HTML5-bestand

IFC

public static final FileFormatType IFC

ISO 16739-1 Industry Foundation Classes datamodel.

MAYA

public static final FileFormatType MAYA

Autodesk Maya-formattype

MICROSOFT3MF

public static final FileFormatType MICROSOFT3MF

3D Manufacturing Format

PCD

public static final FileFormatType PCD

Puntwolkgegevens gebruikt door Point Cloud Library

PDF

public static final FileFormatType PDF

Portable Document Format

PLY

public static final FileFormatType PLY

Polygon File Format of Stanford Triangle Format

RVM

public static final FileFormatType RVM

AVEVA Plant Design Management System-model.

SIEMENSJT

public static final FileFormatType SIEMENSJT

JT-bestand van Siemens PLM Software NX

STL

public static final FileFormatType STL

STL-bestandsformaattype

UNIVERSAL3D

public static final FileFormatType UNIVERSAL3D

Universal 3D-bestandsformaattype

USD

public static final FileFormatType USD

Universele Scènebeschrijving

VRML

public static final FileFormatType VRML

De Virtual Reality Modeling Language

WAVEFRONTOBJ

public static final FileFormatType WAVEFRONTOBJ

Wavefront OBJ-formattype

X

public static final FileFormatType X

X-bestand van DirectX

XYZ

public static final FileFormatType XYZ

Xyz-puntwolkbestand

ZIP

public static final FileFormatType ZIP

Zip-archief dat andere 3D-bestandsformaten bevat.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeBeschrijving
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExtension()

public String getExtension()

De extensienaam van dit bestandsformaat, beginnend met .

Returns: java.lang.String - De extensienaam van dit bestandsformaat, beginnend met .

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Haal de naam van dit bestandsformaattype op

Returns: java.lang.String - Een java.lang.String die de huidige toString vertegenwoordigt.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeBeschrijving
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeBeschrijving
arg0long
arg1int