Click or drag to resize
XDL

XAircraftSetAOA Method

받음각(Angle of attack. 비행 방향인 공기 흐름의 속도 방향과 날개 시위선이 만드는 사이 각)을 설정한다.

Namespace:  Pixoneer.NXDL.NEQUIP
Assembly:  NXDLncw (in NXDLncw.dll) Version: 2.0.3.31
Syntax
C#
public virtual bool SetAOA(
	XAngle aoa
)

Parameters

aoa
Type: Pixoneer.NXDLXAngle
입력 받음각.

Return Value

Type: Boolean
값을 설정하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also