Click or drag to resize
XDL

XscCubeSetPoint Method (Double, Double, Double)

정육면체의 중앙 위치를 설정한다.

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

Return Value

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