AircraftLandingGearTopology
USI.Core
Describes the landing-gear assemblies authored for the loaded aircraft. Public numbers are stable and one-based; provider array slots remain an implementation detail.
public sealed class AircraftLandingGearTopology : IEquatable<AircraftLandingGearTopology>Constructors
AircraftLandingGearTopology
public AircraftLandingGearTopology(IReadOnlyList<AircraftLandingGearAssemblyDefinition> Assemblies)Describes the landing-gear assemblies authored for the loaded aircraft. Public numbers are stable and one-based; provider array slots remain an implementation detail.
Properties
Assemblies
public IReadOnlyList<AircraftLandingGearAssemblyDefinition> Assemblies { get; set; }AssemblyCount
public int AssemblyCount { get; }Methods
<Clone>$
public AircraftLandingGearTopology <Clone>$()Deconstruct
public void Deconstruct(IReadOnlyList<AircraftLandingGearAssemblyDefinition> Assemblies)Equals
public bool Equals(object obj)Equals
public bool Equals(AircraftLandingGearTopology other)GetHashCode
public int GetHashCode()ToString
public string ToString()