Write_Volume
Synopsis
write an AVS/Express field to an AVS volume (.dat) file
Input Port
Parameters
Output Port
Description
Write_Volume writes the input volume to disk in AVS volume file format (.dat suffix).
Input
The input is an AVS/Express field. The input is constrained to be a Mesh_Unif+Dim3+Node_Data+Scalar. In addition, you must ensure that the scalar component has veclen=1 and is composed of byte values.
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
UIfileSB. Selects the disk file to write. The default search pattern is
$XP_PATH<0>/data/volume/*.dat.
Output Port
Example
File
v/modules.v
compat/modules/converts/fld2avs.cSee also related modules