STK Vector Geometry ToolSend comments on this topic.
IAgCrdnCalcScalarCommonTasks Interface

Description

Common tasks for Calc Scalars.

Public Methods

Public Method QuickEvaluateArrayForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated over the array of input times, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision).
Public Method QuickEvaluateEventArrayForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated over the array of times provided by the Event Array component, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision).
Public Method QuickEvaluateForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision).
Public Method QuickEvaluateWithRateArrayForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated over the array of input times, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision).
Public Method QuickEvaluateWithRateEventArrayForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated over the array of times provided by the Event Array component, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision).
Public Method QuickEvaluateWithRateForCalcScalarArrayEach input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision).
© 2026 Analytical Graphics, Inc. All Rights Reserved.