Triggered on every force model evaluation during the propagation of a step. Use the input interface to access force model settings. Returning false will turn this callback off.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Evaluate(self, ResultEval:"IAgAsHpopPluginResultEval") -> bool: |
- ResultEval
- Interface component to access inputs and outputs.
Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called from HPOP.






