STK AgAsHpopPluginSend comments on this topic.
Evaluate Method (IAgAsLightReflectionPlugin)
See Also
ResultEval
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
    ByVal ResultEval As IAgAsLightReflectionResultEval _
) As Boolean
[C#]
public bool Evaluate(
    IAgAsLightReflectionResultEval ResultEval
);
[Managed C++]
public: bool Evaluate(
    IAgAsLightReflectionResultEval ^ ResultEval
);
[Unmanaged C++]
public: HRESULT Evaluate(
    IAgAsLightReflectionResultEval * ResultEval,
    VARIANT_BOOL * pResult
);
[Java]
public bool evaluate(
    IAgAsLightReflectionResultEval ResultEval
);

Parameters

ResultEval

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.