Click or drag to resize
XDL

XscEllipseGetAxis Method

타원 축 길이를 확인한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void GetAxis(
	ref double axis1,
	ref double axis2
)

Parameters

axis1  Double
축의 x 방향 길이 (단위 : meter)
axis2  Double
축의 y 방향 길이 (단위 : meter)

Return Value

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