Click or drag to resize
XDL

XROIAddVert Method

ROI를 생성하기 위한 정점를 추가한다. 폴리곤의 각 정점이 이에 해당한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public int AddVert(
	XVertex3d vt
)

Parameters

vt  XVertex3d
XVertex3d 객체

Return Value

Int32
내부에 추가된 정점의 총 개수를 반환.
See Also