Click or drag to resize
XDL

XvcPolylineAdd Method (XVertex3d)

점 배열의 마지막에 새로운 점을 추가한다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public int Add(
	XVertex3d vt
)

Parameters

vt
Type: Pixoneer.NXDLXVertex3d
새로운 정점.

Return Value

Type: Int32
점의 개수.
See Also