Click or drag to resize
XDL

XscMeasureAngleBaseSetCenter(Double, Double, Double) Method

각도를 이루는 3개의 정점 중 중점을 설정한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void SetCenter(
	double x,
	double y,
	double z
)

Parameters

x  Double
경도 x 좌표. 단위 : degree
y  Double
위도 y 좌표. 단위 : degree
z  Double
높이 z 좌표. 단위 : meter
See Also