FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
Dosya formatı türü
Alanlar
| Alan | Açıklama |
|---|---|
| AMF | Katmanlı üretim dosya formatı |
| ASE | 3D Studio Max’in ASCII Sahne Dışa Aktarıcı formatı. |
| ASPOSE3D_WEB | Aspose.3D Web formatı. |
| BLENDER | Blender formatı türü |
| COLLADA | Khronos Group’un Collada dosya formatı. |
| DISCREET3DS | Discreet 3D Studio’nun dosya formatı |
| DRACO | Google Draco Mesh |
| DXF | AutoCAD DXF |
| FBX | FBX dosya formatı türü |
| GLTF | Khronos Group’un glTF |
| HTML5 | HTML5 Dosyası |
| IFC | ISO 16739-1 Industry Foundation Classes veri modeli. |
| MAYA | Autodesk Maya formatı türü |
| MICROSOFT3MF | 3D Üretim Formatı |
| PCD | Point Cloud Library tarafından kullanılan Nokta Bulutu Verisi |
| Taşınabilir Belge Formatı | |
| PLY | Polygon File Format veya Stanford Triangle Format |
| RVM | AVEVA Plant Design Management System Modeli. |
| SIEMENSJT | Siemens PLM Software NX’in JT Dosyası |
| STL | STL dosya formatı türü |
| UNIVERSAL3D | Universal 3D dosya formatı türü |
| USD | Evrensel Sahne Açıklaması |
| VRML | Sanal Gerçeklik Modelleme Dili |
| WAVEFRONTOBJ | Wavefront OBJ formatı türü |
| X | DirectX’in X Dosyası |
| XYZ | Xyz nokta bulutu dosyası |
| ZIP | Diğer 3d dosya formatlarını içeren Zip arşivi. |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getExtension() | Bu dosya formatının uzantı adı, . ile başlar. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Bu dosya formatı türünün adını alın |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
AMF
public static final FileFormatType AMF
Katmanlı üretim dosya formatı
ASE
public static final FileFormatType ASE
3D Studio Max’in ASCII Sahne Dışa Aktarıcı formatı.
ASPOSE3D_WEB
public static final FileFormatType ASPOSE3D_WEB
Aspose.3D Web formatı.
BLENDER
public static final FileFormatType BLENDER
Blender formatı türü
COLLADA
public static final FileFormatType COLLADA
Khronos Group’un Collada dosya formatı.
DISCREET3DS
public static final FileFormatType DISCREET3DS
Discreet 3D Studio’nun dosya formatı
DRACO
public static final FileFormatType DRACO
Google Draco Mesh
DXF
public static final FileFormatType DXF
AutoCAD DXF
FBX
public static final FileFormatType FBX
FBX dosya formatı türü
GLTF
public static final FileFormatType GLTF
Khronos Group’un glTF
HTML5
public static final FileFormatType HTML5
HTML5 Dosyası
IFC
public static final FileFormatType IFC
ISO 16739-1 Industry Foundation Classes veri modeli.
MAYA
public static final FileFormatType MAYA
Autodesk Maya formatı türü
MICROSOFT3MF
public static final FileFormatType MICROSOFT3MF
3D Üretim Formatı
PCD
public static final FileFormatType PCD
Point Cloud Library tarafından kullanılan Nokta Bulutu Verisi
public static final FileFormatType PDF
Taşınabilir Belge Formatı
PLY
public static final FileFormatType PLY
Polygon File Format veya Stanford Triangle Format
RVM
public static final FileFormatType RVM
AVEVA Plant Design Management System Modeli.
SIEMENSJT
public static final FileFormatType SIEMENSJT
Siemens PLM Software NX’in JT Dosyası
STL
public static final FileFormatType STL
STL dosya formatı türü
UNIVERSAL3D
public static final FileFormatType UNIVERSAL3D
Universal 3D dosya formatı türü
USD
public static final FileFormatType USD
Evrensel Sahne Açıklaması
VRML
public static final FileFormatType VRML
Sanal Gerçeklik Modelleme Dili
WAVEFRONTOBJ
public static final FileFormatType WAVEFRONTOBJ
Wavefront OBJ formatı türü
X
public static final FileFormatType X
DirectX’in X Dosyası
XYZ
public static final FileFormatType XYZ
Xyz nokta bulutu dosyası
ZIP
public static final FileFormatType ZIP
Diğer 3d dosya formatlarını içeren Zip arşivi.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtension()
public String getExtension()
Bu dosya formatının uzantı adı, . ile başlar.
Returns: java.lang.String - Bu dosya formatının uzantı adı, . ile başlar.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Bu dosya formatı türünün adını alın
Returns: java.lang.String - Geçerli toString yöntemini temsil eden bir java.lang.String.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long | |
| arg1 | int |