|
X3DModelGetFace Method
|
Face의 정점 리스트를 얻는다.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic bool GetFace(
int idx,
ref XVertex3d[] faceArray,
ref int[] faceIndexArray
)
Parameters
- idx Int32
- [In] 모델을 구성하는 Face 목록의 인덱스.
- faceArray XVertex3d
- [Out] 인덱스에 해당되는 Face의 정점 목록.
- faceIndexArray Int32
- [Out] 인덱스에 해당되는 Face의 정점 인덱스 목록.
Return Value
Boolean 성공이면 true, 실패면 false
See Also