Click or drag to resize
XDL

XscSymbolGetPoint Method (Double, Double, Double)

심볼의 위치를 확인한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
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).
See Also