Click or drag to resize
XDL

XvcMeasureAreaAdd Method

점 노드 배열의 마지막에 정점 객체를 추가한다.

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