Skip to content

ReachSpecificOrbit Parameter

Jeremie Rossignol edited this page Feb 14, 2016 · 6 revisions

The ReachSpecificOrbit parameter is used with the OrbitGenerator behaviour to indicate that a generated orbit must be reached by a vessel.

PARAMETER
{
    name = ReachSpecificOrbit
    type = ReachSpecificOrbit

    // By default, will display stock notes about the orbit details.  Set to
    // false to disable this display.
    //
    // Type:      bool
    // Required:  No (defaulted)
    // Default:   true
    //
    displayNotes = true

    // The index (0-based) in the OrbitGenerator behaviour of the orbit we
    // wish to reference.
    //
    // Type:      int
    // Required:  No (defaulted)
    // Default:   0
    //
    index = 0

    // The deviation window for how close we must match the given orbit.
    // wish to reference.  Higher values give more room for error.  Note: More
    // testing is required to better document the realistic range of values.
    //
    // Type:      double
    // Required:  No (defaulted)
    // Default:   3.0
    //
    deviationWindow = 10.0
}
Clone this wiki locally