set_minmax_cell


Synopsis

 

Input Ports

in_field

ilink

parent

user interface parent object

 

Output Ports

out_fld

 

out_obj

 

 

Parameters

comp

int

min

double

max

double

 

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 Ports

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 Ports

out_fld (Mesh+Cell_Data)

The mesh of the cell data

out_obj (DefaultObject)

Outputs renderable object. This is a renderable version of the output field.

Example

Not available.

File

v/modules.v

See also