Click or drag to resize
XDL

XscCoord Constructor (XVertex3d)

XscCoord 객체를 생성하고 입력 값으로 데이터 멤버를 초기화한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public XscCoord(
	ref XVertex3d val
)

Parameters

val
Type: Pixoneer.NXDLXVertex3d
경도/위도/높이로 이루어진 XVertex3d 형식의 값. 경도/위도 : degree, 높이 : meter
See Also