FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
Filformattyp
Fält
| Fält | Beskrivning |
|---|---|
| AMF | Additiv tillverkningsfilformat |
| ASE | 3D Studio Maxs ASCII‑scenexportformat. |
| ASPOSE3D_WEB | Aspose.3D Web-format. |
| BLENDER | Blender-formattyp |
| COLLADA | Khronos Groups Collada-filformat. |
| DISCREET3DS | Discreet 3D Studios filformat |
| DRACO | Google Draco Mesh |
| DXF | AutoCAD DXF |
| FBX | FBX-filformattyp |
| GLTF | Khronos Groups glTF |
| HTML5 | HTML5-fil |
| IFC | ISO 16739-1 Industry Foundation Classes datamodell. |
| MAYA | Autodesk Maya-formattyp |
| MICROSOFT3MF | 3D Manufacturing Format |
| PCD | Punktmolndata som används av Point Cloud Library |
| Portable Document Format | |
| PLY | Polygon File Format eller Stanford Triangle Format |
| RVM | AVEVA Plant Design Management System-modell. |
| SIEMENSJT | Siemens PLM Software NX:s JT-fil |
| STL | STL-filformattyp |
| UNIVERSAL3D | Universal 3D-filformattyp |
| USD | Universell scenbeskrivning |
| VRML | Det Virtual Reality Modeling Language |
| WAVEFRONTOBJ | Wavefront OBJ-formattyp |
| X | DirectX:s X-fil |
| XYZ | Xyz-punktmolnfil |
| ZIP | Zip-arkiv som innehåller andra 3D-filformat. |
Metoder
| Metod | Beskrivning |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getExtension() | Filformatets filändelse, som startar med . |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Hämta namnet på denna filformattyp |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
AMF
public static final FileFormatType AMF
Additiv tillverkningsfilformat
ASE
public static final FileFormatType ASE
3D Studio Maxs ASCII‑scenexportformat.
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
Khronos Groups Collada-filformat.
DISCREET3DS
public static final FileFormatType DISCREET3DS
Discreet 3D Studios filformat
DRACO
public static final FileFormatType DRACO
Google Draco Mesh
DXF
public static final FileFormatType DXF
AutoCAD DXF
FBX
public static final FileFormatType FBX
FBX-filformattyp
GLTF
public static final FileFormatType GLTF
Khronos Groups glTF
HTML5
public static final FileFormatType HTML5
HTML5-fil
IFC
public static final FileFormatType IFC
ISO 16739-1 Industry Foundation Classes datamodell.
MAYA
public static final FileFormatType MAYA
Autodesk Maya-formattyp
MICROSOFT3MF
public static final FileFormatType MICROSOFT3MF
3D Manufacturing Format
PCD
public static final FileFormatType PCD
Punktmolndata som används av Point Cloud Library
public static final FileFormatType PDF
Portable Document Format
PLY
public static final FileFormatType PLY
Polygon File Format eller Stanford Triangle Format
RVM
public static final FileFormatType RVM
AVEVA Plant Design Management System-modell.
SIEMENSJT
public static final FileFormatType SIEMENSJT
Siemens PLM Software NX:s JT-fil
STL
public static final FileFormatType STL
STL-filformattyp
UNIVERSAL3D
public static final FileFormatType UNIVERSAL3D
Universal 3D-filformattyp
USD
public static final FileFormatType USD
Universell scenbeskrivning
VRML
public static final FileFormatType VRML
Det Virtual Reality Modeling Language
WAVEFRONTOBJ
public static final FileFormatType WAVEFRONTOBJ
Wavefront OBJ-formattyp
X
public static final FileFormatType X
DirectX:s X-fil
XYZ
public static final FileFormatType XYZ
Xyz-punktmolnfil
ZIP
public static final FileFormatType ZIP
Zip-arkiv som innehåller andra 3D-filformat.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtension()
public String getExtension()
Filformatets filändelse, som startar med .
Returns: java.lang.String - Filformatets filändelse, som startar med .
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Hämta namnet på denna filformattyp
Returns: java.lang.String - En java.lang.String som representerar den aktuella toString.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long | |
| arg1 | int |