Click or drag to resize
XDL

XROIAddVert Method

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

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

Parameters

vt
Type: Pixoneer.NXDLXVertex3d
XVertex3d 객체

Return Value

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