STK Vector Geometry ToolSend comments on this topic.
IAgCrdnCalcScalarFunction Interface

Description

Defined by performing the specified function on the input scalar or time instant.

Public Properties

Public Property AThe constant coefficient A.
Public Property AvailableFunctionsGet the available function names.
Public Property BThe constant coefficient B.
Public Property CThe constant coefficient C.
Public Property CoefficientsThe array of constant coefficients, whose dimension and units are determined by those of input and output.
Public Property ConvergenceThe Convergence definition, which uses time tolerance to determine when time of extremum is found.
Public Property DThe constant coefficient D.
Public Property InheritDimensionFromInputSpecify whether to inherit the output dimension from the input scalar or time instant.
Public Property InputScalarThe input scalar calculation (used if UseScalar is true). The UseScalar property should be set to true before this property can be set.
Public Property InputTimeThe input time instant (used if UseScalar is false).
Public Property InputUnitThe input time unit to interpret input time.
Public Property OutputDimensionThe output dimension. Use any of STK supported dimensions. This value will be used if InheritDimensionFromInput is false. The InheritDimensionFromInput property should be set to false before this property can be fixed.
Public Property OutputUnitSpecify a unit for the selected output dimension. This is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients.
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 SelectedFunctionThe function which will use the input scalar or time instant in some combination with the constant coefficients A, B, C, D.
Public Property UseScalarSpecify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar.

Interfaces

Implemented Interface
IAgCrdnCalcScalar
IAgCrdn

CoClasses that Implement IAgCrdnCalcScalarFunction

© 2024 Analytical Graphics, Inc. All Rights Reserved.