Click or drag to resize
XDL

XscSymbolGetPoint(Double, Double, Double) Method

심볼의 위치를 확인한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void GetPoint(
	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