HelipadBuilder

Description

sealed class Tinman.Engine.Scenes.Shapes.HelipadBuilder

Derived from

MarkingBuilder abstract

Helper class for building vector shapes for runways (pavement and markings), according to the rules defined by AC 150/5390-2C, pp. 46-47 of the Federal Aviation Administration (FAA):
http://www.faa.gov/regulations_policies/advisory_circulars

Public / Constructors

Helipad​Builder


public constructor HelipadBuilder → ()

Creates a new instance of HelipadBuilder.

Public / Attributes

Perimeter


public attribute Perimeter → (get,set)

value : float64

[>=0]
The radius, in metres.

Inner radius of TLOF perimeter marking.

Defaults to 7.

Round


public attribute Round → (get,set)

value : bool

true to use a round shape, false to use a square.

Use a round shape for the perimeter?

Defaults to false.

Touchdown


public attribute Touchdown → (get,set)

value : float64

[>0]
The radius, in metres.

Inner radius of touchdown position circle.

The inner radius I can be computed from the overall helicopter length D as follows: I = D / 4.

Defaults to 5.