Properties of Table (x,y,z) and Table (xyz, time)
Table: X-Coordinate |
Looks for the column in the table with the heading X (read-only). |
|
Table: Y-Coordinate |
Looks for the column in the table with the heading Y (read-only). |
|
Table: Z-Coordinate |
Looks for the column in the table with the heading Z (read-only). |
|
Coordinate System |
Specifies the coordinate system (laboratory by default). The drop-down list of this property includes any local coordinate systems that exist in the simulation. |
|
Table: Data |
Identifies the selected column in the table file as the data column. |
|
Table |
Selects a table from among the ones that are represented by nodes in the node of the node. |
|
Interpolation |
Selects the method that is used to interpolate between data points in the table (Table (xyz, time) only). |
|
Spline |
Uses B-spline interpolation between table data values. |
|
Step |
Uses the table data value corresponding to the highest time that is less than or equal to the current time. |
|
Linear |
Specifies a linear interpolation between table data values. |
|
Cubic (Akima) |
Uses Akima cubic interpolation between table data values. This is the recommended option. For a comparison of this option with Spline, see Cubic and Spline Interpolation Methods. |