STK AgAsHpopPluginSend comments on this topic.
IAgAsDragModelPlugin Interface

Description

This interface is deprecated. Use IAgAsDragModelPlugin2 instead, follow the link to see new properties and methods. Used to set reflectance vector (and optionally its partial derivs) used in computation of the drag/lift/side force. A method returning false indicates an error.

Public Methods

Public Method EvaluateTriggered 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.
Public Method FreeTriggered just before the plugin is freed from use to allow for any additional cleanup.
Public Method InitTriggered when the plugin is initialized to allow for any additional needed initialization. Must return true to turn on use of plugin.
Public Method PostComputeTriggered after the last evaluation before the plugin calls Free(). Use the input interface to access settings.
Public Method PreComputeTriggered just before the computation starts. Use the input interface to access settings.
Public Method RegisterTriggered before computation starts, when configuration settings are sought. Used to used to register parameters that may be estimated.

CoClasses that Implement IAgAsDragModelPlugin

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.