TOC PREV NEXT INDEX

set_minmax_cell

Synopsis

Compute the min max by looping over all the members of a Time_Node_Data.

Input Port

in_field

ilink

parent

user interface parent object

Parameters

comp

int

min

double

max

double

Output Port

out_fld

out_obj

Description

Set the min and max of the field's cell data for a specified component to the specifed numerical values. Only meaningful for fields that have cell data. Works on all the cell sets of a field.

Input

in_field (ilink)

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

comp (int)

Cell data component to operate on. Node data component to operate on. (for set_minmax)

min (double)

New cell data min value

max (double)

New cell data max value

Output Port

out_fld

field. Output 3D Rectilinear field data.

out_fld

field. Output 3D Rectilinear field data.

Example

Not available

File

v/modules.v

See also related modules

Not applicable.

TOC PREV NEXT INDEX