Click or drag to resize
XDL

X3DModelGetVertices Method

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

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public bool GetVertices(
	ref XVertex3d[] verticesArray
)

Parameters

verticesArray  XVertex3d
[Out] 모델의 전체 정점 목록.

Return Value

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