Click or drag to resize
XDL

XscSphereSetPoint(Double, Double, Double) Method

구의 중앙 위치를 설정한다.

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

Parameters

x  Double
[In] 위치의 x 값(degree 값).
y  Double
[In] 위치의 y 값(degree 값).
z  Double
[In] 위치의 z 값(meter 값).

Return Value

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