ForceEvaluator Constructor (EvaluatorGroup, 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 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 -> ForceEvaluator
Parameters
- 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