|
XscMeasureAngleBaseGetCenter(Double, Double, Double) Method
|
각도를 이루는 3개의 정점 중 중점을 반환한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void GetCenter(
ref double x,
ref double y,
ref double z
)
Parameters
- x Double
- [Out] 경도 x 좌표. 단위 : degree
- y Double
- [Out] 위도 y 좌표. 단위 : degree
- z Double
- [out] 높이 z 좌표. 단위 : meter
See Also