Click or drag to resize
XDL

XscEllipseSetAxis Method

타원 축을 설정한다.

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

Parameters

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

Return Value

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