Create | Creates and registers a scalar calculation using specified name, description, and type. |
CreateCalcScalarAngle | Create a scalar calculation equal to angular displacement obtained from any angle in VGT. |
CreateCalcScalarConstant | Create a scalar calculation of constant value of the specified dimension. |
CreateCalcScalarDataElement | Create a scalar calculation defined from a time-dependent data element from STK data providers available for parent STK object. |
CreateCalcScalarDataElementWithGroup | Create a scalar calculation defined from a time-dependent data element from STK data providers available for parent STK object. |
CreateCalcScalarDerivative | Create a scalar calculation that is the derivative of an input scalar calculation. |
CreateCalcScalarElapsedTime | Create a scalar calculation that is the time elapsed since a reference time instant. |
CreateCalcScalarFile | Create scalar calculation specified by external data file. |
CreateCalcScalarFixedAtTimeInstant | Create a scalar calculation defined by evaluating the input scalar calculation at the specified reference time instant. |
CreateCalcScalarFromCustomScript | Create a calc scalar calculation that uses scripted algorithm in MATLAB (.m or .dll), Perl or VBScript to define its value and rate. |
CreateCalcScalarFunction | Create a scalar calculation that is defined by performing the specified function on the input scalar or time instant. |
CreateCalcScalarFunction2Var | Create a scalar calculation that is defined by performing a function(x,y) on two scalar arguments. |
CreateCalcScalarIntegral | Create a scalar calculation that is the integral of an input scalar computed with respect to time using one of the specified numerical methods and using one of the specified accumulation types. |
CreateCalcScalarPluginFromDisplayName | Create a scalar calculation based on a COM plugin. For information how to implement and register VGT plugins, see COM-based Engine Plugins.. |
CreateCalcScalarSurfaceDistanceBetweenPoints | Create a calc scalar calculation that is surface distance along the specified central body ellipsoid between two points (or their respective projections if specified at altitude). |
CreateCalcScalarVectorMagnitude | Create a scalar calculation equal to the magnitude of a specified vector. |
IsTypeSupported | Returns whether the specified type is supported. |