STK AstrogatorSend comments on this topic.
BeforeConditions Property (IAgVALightingStoppingCondition)
See Also
Windows





Windows & Linux

Description

Before Conditions - a before stopping condition is used to define a stopping condition that depends on two events. When the MCS is run, Astrogator will ignore the normal stopping condition until the before stopping conditions defined for it are met. Astrogator will then interpolate backwards to the normal stopping condition just prior to the before stopping condition, and this will be defined as the point at which the normal stopping condition is satisfied. The backwards interpolation is subject to the Minimum Propagation Time, as defined by clicking the Advanced... button - meaning that the backwards interpolation will be performed for at least that specified amount of time before Astrogator will check for satisfaction of the condition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BeforeConditions() As IAgVAStoppingConditionCollection
[C#]
public IAgVAStoppingConditionCollection BeforeConditions {get;}
[Managed C++]
public: __property IAgVAStoppingConditionCollection ^ get_BeforeConditions();
[Unmanaged C++]
public: HRESULT get_BeforeConditions(
    IAgVAStoppingConditionCollection ** ppStoppingConditionCollection
);
[Java]
public IAgVAStoppingConditionCollection getBeforeConditions();
[Python - STK API ]
@property
def BeforeConditions(self) -> "IAgVAStoppingConditionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.