FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
Bestandsformaattype
Velden
| Veld | Beschrijving |
|---|---|
| AMF | Bestandsformaat voor additive manufacturing |
| ASE | ASCII-scène-exportformaat van 3D Studio Max. |
| ASPOSE3D_WEB | Aspose.3D Web-formaat. |
| BLENDER | Blender-formattype |
| COLLADA | Collada-bestandsformaat van Khronos Group. |
| DISCREET3DS | Bestandsformaat van Discreet 3D Studio |
| DRACO | Google Draco Mesh |
| DXF | AutoCAD DXF |
| FBX | FBX-bestandsformaattype |
| GLTF | glTF van de Khronos Group |
| HTML5 | HTML5-bestand |
| IFC | ISO 16739-1 Industry Foundation Classes datamodel. |
| MAYA | Autodesk Maya-formattype |
| MICROSOFT3MF | 3D Manufacturing Format |
| PCD | Puntwolkgegevens gebruikt door Point Cloud Library |
| Portable Document Format | |
| PLY | Polygon File Format of Stanford Triangle Format |
| RVM | AVEVA Plant Design Management System-model. |
| SIEMENSJT | JT-bestand van Siemens PLM Software NX |
| STL | STL-bestandsformaattype |
| UNIVERSAL3D | Universal 3D-bestandsformaattype |
| USD | Universele Scènebeschrijving |
| VRML | De Virtual Reality Modeling Language |
| WAVEFRONTOBJ | Wavefront OBJ-formattype |
| X | X-bestand van DirectX |
| XYZ | Xyz-puntwolkbestand |
| ZIP | Zip-archief dat andere 3D-bestandsformaten bevat. |
Methoden
| Methode | Beschrijving |
|---|---|
| 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
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:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long | |
| arg1 | int |