Click or drag to resize
XDL

NanBsplineGetPoleAt(Int32) Method

pole 리스트의 지정한 인덱스에서 정점을 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public XVertex3d GetPoleAt(
	int nIndex
)

Parameters

nIndex  Int32
index

Return Value

XVertex3d
정점
See Also