Extend the Engine Using Plugins

Engine plugins provide the capability for users to incorporate customer-specific non-generic modeling into computations. A plugin component is a user-supplied software component called by the application at certain pre-defined event times within the computation cycle. The plugin is allowed to modify the computation by adding additional considerations or modifying parameters. STK offers specific plugin points for most computations. The interfaces and information available to plugins depend on the particular plugin point.

Engine plugins can be used both with STK and with STK Engine custom applications. To extend or customize an STK computation, depending on the STK module or technology involved, you can use an environment that supports implementation of COM interfaces (.Net, C/C++, Perl, VBScript, etc.)--COM based engine plugins, a scripting environment limited to Perl, MATLAB or VBScript--engine plugin scripts, or both.

Using plugins you can add modeling capabilities that are not available out of the box, which may be necessary when the STK generic models are insufficient for solving a very specific problem. Being able to extend STK's existing computational framework means that you only need to code the custom part of the model. You may want to see the Plugin Advantage or the Plugin Example help topics for more information.

Would you like to extend the engine using:

Or would you like to learn more about:

STK Programming Interface 11.0.1