Click or drag to resize
XDL

XAngle Constructor (Double)

XAngle에 대한 객체를 생성하는 생성자이며 Radian 값의 Angle을 입력 받아 rad변수에 설정한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public XAngle(
	double rad
)

Parameters

rad
Type: SystemDouble
[In] Radian 값.
See Also