FileFormatType

Inheritance: java.lang.Object

public final class FileFormatType

파일 형식 유형

필드

필드설명
AMF적층 제조 파일 형식
ASE3D Studio Max의 ASCII 씬 내보내기 형식.
ASPOSE3D_WEBAspose.3D 웹 형식.
BLENDERBlender 형식 유형
COLLADAKhronos Group의 Collada 파일 형식입니다.
DISCREET3DSDiscreet 3D Studio의 파일 형식
DRACOGoogle Draco 메쉬
DXFAutoCAD DXF
FBXFBX 파일 형식 유형
GLTFKhronos Group의 glTF
HTML5HTML5 파일
IFCISO 16739-1 Industry Foundation Classes 데이터 모델.
MAYAAutodesk Maya 형식 유형
MICROSOFT3MF3D 제조 형식
PCDPoint Cloud Library에서 사용되는 포인트 클라우드 데이터
PDF휴대용 문서 형식
PLYPolygon File Format 또는 Stanford Triangle Format
RVMAVEVA Plant Design Management System 모델입니다.
SIEMENSJTSiemens PLM Software NX의 JT 파일
STLSTL 파일 형식 유형
UNIVERSAL3DUniversal 3D 파일 형식 유형
USD범용 장면 설명
VRML가상 현실 모델링 언어
WAVEFRONTOBJWavefront OBJ 형식 유형
XDirectX의 X 파일
XYZXyz 포인트 클라우드 파일
ZIP다른 3D 파일 형식을 포함하는 Zip 아카이브.

메서드

메서드설명
equals(Object arg0)
getClass()
getExtension()이 파일 형식의 확장자 이름으로, . 로 시작합니다.
hashCode()
notify()
notifyAll()
toString()이 파일 형식 유형의 이름을 가져옵니다
wait()
wait(long arg0)
wait(long arg0, int arg1)

AMF

public static final FileFormatType AMF

적층 제조 파일 형식

ASE

public static final FileFormatType ASE

3D Studio Max의 ASCII 씬 내보내기 형식.

ASPOSE3D_WEB

public static final FileFormatType ASPOSE3D_WEB

Aspose.3D 웹 형식.

BLENDER

public static final FileFormatType BLENDER

Blender 형식 유형

COLLADA

public static final FileFormatType COLLADA

Khronos Group의 Collada 파일 형식입니다.

DISCREET3DS

public static final FileFormatType DISCREET3DS

Discreet 3D Studio의 파일 형식

DRACO

public static final FileFormatType DRACO

Google Draco 메쉬

DXF

public static final FileFormatType DXF

AutoCAD DXF

FBX

public static final FileFormatType FBX

FBX 파일 형식 유형

GLTF

public static final FileFormatType GLTF

Khronos Group의 glTF

HTML5

public static final FileFormatType HTML5

HTML5 파일

IFC

public static final FileFormatType IFC

ISO 16739-1 Industry Foundation Classes 데이터 모델.

MAYA

public static final FileFormatType MAYA

Autodesk Maya 형식 유형

MICROSOFT3MF

public static final FileFormatType MICROSOFT3MF

3D 제조 형식

PCD

public static final FileFormatType PCD

Point Cloud Library에서 사용되는 포인트 클라우드 데이터

PDF

public static final FileFormatType PDF

휴대용 문서 형식

PLY

public static final FileFormatType PLY

Polygon File Format 또는 Stanford Triangle Format

RVM

public static final FileFormatType RVM

AVEVA Plant Design Management System 모델입니다.

SIEMENSJT

public static final FileFormatType SIEMENSJT

Siemens PLM Software NX의 JT 파일

STL

public static final FileFormatType STL

STL 파일 형식 유형

UNIVERSAL3D

public static final FileFormatType UNIVERSAL3D

Universal 3D 파일 형식 유형

USD

public static final FileFormatType USD

범용 장면 설명

VRML

public static final FileFormatType VRML

가상 현실 모델링 언어

WAVEFRONTOBJ

public static final FileFormatType WAVEFRONTOBJ

Wavefront OBJ 형식 유형

X

public static final FileFormatType X

DirectX의 X 파일

XYZ

public static final FileFormatType XYZ

Xyz 포인트 클라우드 파일

ZIP

public static final FileFormatType ZIP

다른 3D 파일 형식을 포함하는 Zip 아카이브.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수형식설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExtension()

public String getExtension()

이 파일 형식의 확장자 이름으로, . 로 시작합니다.

Returns: java.lang.String - 이 파일 형식의 확장자 이름으로, . 로 시작합니다.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

이 파일 형식 유형의 이름을 가져옵니다

Returns: java.lang.String - 현재 toString을 나타내는 java.lang.String.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

매개변수형식설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수형식설명
arg0long
arg1int