Click or drag to resize
XDL

XvcMeasureAreaInsertAt Method

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

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

Parameters

nIndex
Type: SystemInt32
[In] 추가하고자 하는 인덱스.
vt
Type: Pixoneer.NXDLXVertex3d
[In] 추가하려는 정점 객체.
See Also