Class

VariableGeometryNoseSystem

USI.Core

An aircraft's movable nose and protective visor system.

public sealed class VariableGeometryNoseSystem : AircraftComponentNode

Methods

TryGetNoseAngleDegreesAsync

public Task<USIResult<Double>> TryGetNoseAngleDegreesAsync()

Gets actual nose deflection, where zero degrees is fully raised.

TryGetSelectionAsync

public Task<USIResult<VariableGeometryNoseSelection>> TryGetSelectionAsync()

Gets the selected combined nose-and-visor configuration.

TryGetVisorDeploymentRatioAsync

public Task<USIResult<Double>> TryGetVisorDeploymentRatioAsync()

Gets actual visor deployment from raised (zero) to lowered (one).