TOC PREV NEXT INDEX

set_minmax

Synopsis

Set the min and max of the Field's node data.

Input Port

in_field

ilink

parent

user interface parent object

Parameters

comp

int

min

double

max

double

Output Port

out_fld

mesh

out_obj

object

Description

Set the min and max of the Field's node data for a specified component to the specifed numerical values.

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)

Node data component to operate on.

min (double)

New node data min value

max (double)

New node data max value

Output Port

out_fld (Mesh+Node_Data)

The mesh of the node 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 related modules

Not applicable.

TOC PREV NEXT INDEX