Click or drag to resize
XDL

X3DModelGetFace Method

Face의 정점 리스트를 얻는다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public bool GetFace(
	int idx,
	ref XVertex3d[] faceArray,
	ref int[] faceIndexArray
)

Parameters

idx
Type: SystemInt32
[In] 모델을 구성하는 Face 목록의 인덱스.
faceArray
Type: Pixoneer.NXDLXVertex3d
[Out] 인덱스에 해당되는 Face의 정점 목록.
faceIndexArray
Type: SystemInt32
[Out] 인덱스에 해당되는 Face의 정점 인덱스 목록.

Return Value

Type: Boolean
성공이면 true, 실패면 false
See Also