Struct

WingPlanformGeometry

USI.Core

Fixed total wing area and span in the selected working units.

public struct WingPlanformGeometry : IEquatable<WingPlanformGeometry>

Constructors

WingPlanformGeometry

public WingPlanformGeometry(Area TotalArea, Length Span)

Fixed total wing area and span in the selected working units.

Properties

Span

public Length Span { get; set; }

TotalArea

public Area TotalArea { get; set; }

Methods

Deconstruct

public void Deconstruct(Area TotalArea, Length Span)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WingPlanformGeometry other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()