Click or drag to resize
XDL

NanMeasureDistSetVertex Method

polyline 정점 리스트의 지정한 인덱스에 정점을 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void SetVertex(
	int nIndex,
	XVertex3d vt
)

Parameters

nIndex  Int32
index
vt  XVertex3d
정점
See Also