Triggered on every force model evaluation
during the propagation of a step, but after the individual force
model components have been computed. The components can be obtained
from the input interface. Returning false will turn this callback
off.
| [Visual Basic .NET] |
|---|
Public Function PostEvaluate( _
ByVal ResultPostEval As AgAsHpopPluginResultPostEval _
) As Boolean
|
| [C#] |
|---|
public bool PostEvaluate(
|
| [Managed C++] |
|---|
public: bool PostEvaluate(
|
| [Java] |
|---|
public bool postEvaluate(
|
| [Unmanaged C++] |
|---|
public: HRESULT PostEvaluate(
|
- ResultPostEval