extract_time_step


Synopsis

Constructs a new field by setting up references between the new field and a selected member of a time dependent field.

Input Ports

in_field

time_mesh

step

int

parent

user interface parent object

 

Output Ports

out_fld

mesh

out_obj

output renderable object

 

Description

con Extracts a single time step for coordinates, node data and cell data. In constructs a new field by setting up references between the new field and a selected member of a time sequence of fields. Works on the mesh, node data, and cell data of the input fields. Can be used for animateing over time steps

Input Ports

in_field

Input time-dependent field

 

step

Int. Index into the time dependent fields

 

parent

UIconnection. A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

None.

Output Ports

out_fld

Mesh

out_obj

DataObject. No Texture

Example

Not available.