ForceModel.AddForce(CelestialObject) Method

Top 

Description

Adds the force due to a user-created CelestialObject or a CustomForce object to the ForceModel.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ForceModel.AddForce(

CelestialObject celestialObject)

 

 

Arguments

celestialObject


Description:

The CelestialObject to use as a disturbing force in the ForceModel.

 

 

 

Syntax

myForceModel1.AddForce(myCelestialObject1);

 

 

See also

ForceModel Object

ForceModel.AddForce

Setting up a Force Model