Click or drag to resize
XDL

NanBsplineAddPole(XVertex3d) Method

pole 리스트의 끝 부분에 정점을 추가한다.

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

Parameters

vt  XVertex3d
정점

Return Value

Int32
추가된 개체 index
See Also