Click or drag to resize
XDL

XvcMeasureAreaInsertAt Method

특정 인덱스에 정점을 추가한다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public void InsertAt(
	int nIndex,
	XVertex3d vt
)

Parameters

nIndex  Int32
[In] 추가하고자 하는 인덱스.
vt  XVertex3d
[In] 추가하려는 정점 객체.
See Also