Click or drag to resize
XDL

XVideoSensorBeamGetSensorBound Method

센서 모델에 의해 생성되는 지리 좌표에 해당하는 4 Corner의 점을 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public bool GetSensorBound(
	out XVertex3d ll,
	out XVertex3d ul,
	out XVertex3d ur,
	out XVertex3d lr
)

Parameters

ll  XVertex3d
[OUT] lower left corner.
ul  XVertex3d
[OUT] upper left corner.
ur  XVertex3d
[OUT] upper right corner.
lr  XVertex3d
[OUT] lower right corner.

Return Value

Boolean
성공이면 true, 실패면 false를 리턴
See Also