STK Vector Geometry ToolSend comments on this topic.
IAgCrdnCalcScalarIntegral Interface

Description

Integral of input scalar computed with respect to time using one of the specified numerical methods and using one of the specified accumulation types.

Public Methods

Public Method SetOffsetsSet the offsets with respect to current time to define the start and stop of the sliding window, used when IntegrationWindowType is set to Sliding Window.

Public Properties

Public Property ComputeAsAverageSpecify whether the resulting integral value is divided by its time span to generate average value instead of integral.
Public Property CustomTimeLimitsThe interval list within which the global minimum or maximum is sought. The default is the overall availability of host object.
Public Property InputScalarThe input scalar calculation.
Public Property IntegralThe numerical integration method.
Public Property IntegrationWindowTypeThe integration window, or accumulation, type.
Public Property InterpolationSpecify whether to use Lagrange or Hermite interpolation. See STK help on interpolation.
Public Property KeepConstantOutsideTimeLimitsIf true, the integral's integrand value is replaced by a constant 0 so that the integral remains constant over the gaps in integration.
Public Property SamplingThe Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples.
Public Property SaveDataOptionSet the value to determine if computed time of extremum is saved/loaded, or recomputed on load if necessary.
Public Property StartOffsetSet the offset with respect to current time to define the start of the sliding window, used when IntegrationWindowType is set to Sliding Window.
Public Property StopOffsetSet the offset with respect to current time to define the stop of the sliding window, used when IntegrationWindowType is set to Sliding Window.
Public Property UseCustomTimeLimitsSpecify whether to use custom interval list (CustomTimeLimits).

Interfaces

Implemented Interface
IAgCrdnCalcScalar
IAgCrdn

CoClasses that Implement IAgCrdnCalcScalarIntegral

© 2024 Analytical Graphics, Inc. All Rights Reserved.