Click or drag to resize
XDL

NXPlanetViewLookTarget Method

바라보는 위치와 거리, 방위각과 고도 값에 의해 현재 카메라 상태를 설정한다. [Planet 3D뷰를 위함]

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool LookTarget(
	XGeoPoint posTar,
	double dist,
	XAngle azimuth,
	XAngle elev
)

Parameters

posTar
Type: Pixoneer.NXDLXGeoPoint
바라보는 위치.
dist
Type: SystemDouble
눈에서 바라보는 위치와의 거리
azimuth
Type: Pixoneer.NXDLXAngle
대상 카메라 상태의 방위각.
elev
Type: Pixoneer.NXDLXAngle
Height of eye.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also