Click or drag to resize
XDL

XscSphereSetPoint(XscCoord) Method

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

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void SetPoint(
	XscCoord pt
)

Parameters

pt  XscCoord
[In] 구의 중앙 위치.

Return Value

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