TOC PREV NEXT INDEX

Print_Field

Synopsis

Print fields to a file

Input Port

in_field

Mesh

ui_parent

user interface parent object

Parameters

Grid

UItoggle

pick data to output

Cell

UItoggle

pick data to output

Node

UItoggle

pick data to output

Xform

UItoggle

pick data to output

Points

UItoggle

pick data to output

nvals_field

UIfield

Maximum number

vali_field

UIfield

Start index

filename

UItext

File name

htmltoggle

UItoggle

pick html

file_browser

UIfileSB

file browser

trigger

UIbutton

start printing

UIgridtxt

UItext

Node/Cell data attributes

UItext

UItext

print status

Output Port

none

Description

Print_Field writes specified data from an input field to disk in html or text.

Input

field

The input is an AVS/Express field. The input must be a Mesh which may optionally include node or cell data. In addition, you must ensure that the scalar component has veclen=1, and that these four subcomponents are ARGB byte values.

ui_parent

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

Grid

Boolean indicating if grid data is to be included in the output file.

Cell

Boolean indicating if cell data is to be included in the output file.

Node

Boolean indicating if node data is to be included in the output file

Xform

Boolean indicating if Xform data is to be included in the output file

Points

Boolean indicating if cell data is to be included in the output file

nvals_field

The maximum number of values in the selection

vali_field

The start index (< 0 for range)

Filename

The name of the file to be printed

htmltoggle

Boolean indicating whether or not the file should be an html file

trigger

start printing

Output Port

none.


Example

Not available

File

v/modules.v

See also related modules

Not Applicable.

TOC PREV NEXT INDEX