C# Class Engineer.VesselSimulator.Simulation

Mostrar archivo Open project: CYBUTEK/Engineer Class Usage Examples

Public Properties

Property Type Description
vesselName String
vesselType VesselType

Private Properties

Property Type Description
ActivateStage void
AllowedToStage bool
BuildDontStageLists List>
CalculateThrustAndISP void
UpdateActiveEngines void
UpdateResourceDrains void

Public Methods

Method Description
Dump ( ) : void
PrepareSimulation ( List parts, double theGravity, double theAtmosphere, double theVelocity, bool dumpTree = false, bool vectoredThrust = false ) : bool
RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
Simulation ( ) : System

Private Methods

Method Description
ActivateStage ( ) : void
AllowedToStage ( ) : bool
BuildDontStageLists ( LogMsg log ) : List>
CalculateThrustAndISP ( ) : void
UpdateActiveEngines ( ) : void
UpdateResourceDrains ( ) : void

Method Details

Dump() public method

public Dump ( ) : void
return void

PrepareSimulation() public method

public PrepareSimulation ( List parts, double theGravity, double theAtmosphere, double theVelocity, bool dumpTree = false, bool vectoredThrust = false ) : bool
parts List
theGravity double
theAtmosphere double
theVelocity double
dumpTree bool
vectoredThrust bool
return bool

RunSimulation() public method

public RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
return Engineer.VesselSimulator.Stage[]

Simulation() public method

public Simulation ( ) : System
return System

Property Details

vesselName public_oe property

public String vesselName
return String

vesselType public_oe property

public VesselType vesselType
return VesselType