Click or drag to resize

ForceModel Constructor (RoleOfForce, KindOfForce)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected ForceModel(
	RoleOfForce role,
	KindOfForce kind
)

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