TOC PREV NEXT INDEX

reset_minmax_cell

Synopsis

Resets the expresssions for a field's cell data min and max.

Input Port

in_field

 

parent

user interface parent object

Parameters

Output Port

out_fld

out_obj

Description

Resets the expresssions for a field's cell data min and max for the indicated component to the orginal settings that are a part of the Field data structure (which can be seen v/fld.v in the group Data_Array).

This is only meaningful for fields that have cell data. It works on all the cell sets of a field. Equivalent to calling FLDreset_cell_minmax from C code.

Input

in_field


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

controls which cell data component to reset

Output Port

out_fld

Mesh

out_obj (DefaultObject)

Dataobject. No Texture

Example

Not available

File

v/modules.v

See also related modules

Not applicable.

TOC PREV NEXT INDEX