NX Open C++ Reference Guide
|
Represents a function object. More...
Public Types | |
enum | InterpolationMethod { InterpolationMethodCubic, InterpolationMethodAkima, InterpolationMethodLinear } |
Defines interpolation method for table function to calculate data as input for solver. More... | |
enum | Type { TypeMath, TypeTable } |
Defines function type. More... |
Represents a function object.
Defines interpolation method for table function to calculate data as input for solver.