Click or drag to resize
XDL

XscSymbolSetPoint Method (Double, Double, Double)

심볼의 위치를 설정한다.

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

Parameters

x
Type: SystemDouble
[In] 위치의 x 값(단위 : degree).
y
Type: SystemDouble
[In] 위치의 y 값(단위 : degree).
z
Type: SystemDouble
[In] 위치의 z 값(단위 : meter).
See Also