ForceModel Constructor (RoleOfForce, KindOfForce) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ForceModel(
RoleOfForce role,
KindOfForce kind
)
Protected Sub New (
role As RoleOfForce,
kind As KindOfForce
)
protected:
ForceModel(
RoleOfForce role,
KindOfForce kind
)
new :
role : RoleOfForce *
kind : KindOfForce -> ForceModel
Parameters
- role
- Type: AGI.Foundation.CelestialRoleOfForce
The role the force plays in a combined resultant force. - kind
- Type: AGI.Foundation.CelestialKindOfForce
The nature of the force and whether it implicitly includes mass.
See Also