Orbit Change Method KerbalData - KSP Data Unlocked!
Changes the orbit configuration based upon the provided body. Target orbit is ~100km from surface. MET should be changed if more than one craft are placed in orbit around the same body. Otherwise craft may spawn too close and collide.

Namespace: KerbalData.Models
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Change(
	Body body,
	long altitude = 100000
)
See Also