set_minmax


Synopsis

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

Input Ports

in_field

ilink

parent

user interface parent object

 

Output Ports

out_fld

mesh

out_obj

object

 

Parameters

comp

int

 

min

double

 

max

double

 

 

Description

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

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)

Node data component to operate on.

min (double)

New node data min value

max (double)

New node data max value

Output Ports

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