FLDget_time_node_data
Synopsis
Gets object id of the coordinate data for one time step.
int FLDget_time_node_data(OMobj_id field, int step, OMobj_id *node_data)
Description
Gets object id of the field's coordinate data for one time step. You can call FLDget_coord on the returned object id.
Parameters
Pointer to a OMobj_id. The pointer will be filled in with the returned object id of the coordinate data.
Examples
Files
See Also