Click or drag to resize
XDL

XscPointGetPoint Method (Double, Double, Double)

위치를 확인한다.

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

Parameters

x
Type: SystemDouble
[out] 위치의 x 값(degree 값).
y
Type: SystemDouble
[out] 위치의 y 값(degree 값).
z
Type: SystemDouble
[out] 위치의 z 값(meter 값).

Return Value

Type: 
이 함수는 값을 반환하지 않는다.
See Also