|
XscEllipseSetAxis Method
|
타원 축을 설정한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void SetAxis(
double axis1,
double axis2
)
Parameters
- axis1 Double
- 축의 x 방향 길이 (단위 : meter)
- axis2 Double
- 축의 y 방향 길이 (단위 : meter)
Return Value
이 함수는 값을 반환하지 않는다.
See Also