Click or drag to resize
XDL

XvcPolylineSetAt Method

특정 위치의 정점을 새로운 정점을 교체한다.

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

Parameters

nIndex
Type: SystemInt32
[In] 교체하려는 인덱스.
vt
Type: Pixoneer.NXDLXVertex3d
[In] 새로운 정점.
See Also