ForceModel Constructor (RoleOfForce, KindOfForce) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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 -> ForceModelParameters
- 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