ForceEvaluator Constructor (EvaluatorGroup, 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 ForceEvaluator(
	EvaluatorGroup group,
	RoleOfForce role,
	KindOfForce kind
)
Protected Sub New ( 
	group As EvaluatorGroup,
	role As RoleOfForce,
	kind As KindOfForce
)
protected:
ForceEvaluator(
	EvaluatorGroup^ group, 
	RoleOfForce role, 
	KindOfForce kind
)
new : 
        group : EvaluatorGroup * 
        role : RoleOfForce * 
        kind : KindOfForce -> ForceEvaluatorParameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator. - role
 - Type: AGI.Foundation.CelestialRoleOfForce
Whether the described force is a principal force, or a perturbation force.
            A ForceEvaluator can have a role of Mixed. If a 
            ForceModel has a mixed role then it should produce more than one ForceEvaluator,
            with at least one Principal force and at least one Perturbation force. - kind
 - Type: AGI.Foundation.CelestialKindOfForce
Whether the described force is a normal force, specific force,
            or a reaction force. 
See Also