read/avs
read in an AVS file. This file format contains no geometry information. This command requires either cmo-name to be given in the command or for a mesh object to have been created previously.SHORT FORMAT:
read/filename.[inp|avs]/cmo_name
Note that the filename is case-sensitive, though the extension itself is not.
LONG FORMAT:
read/avs/filename/[cmo-name]/[node_flags/element_flag/attribute_flag]EXAMPLES:
node_flag (default=1) 0 skip node data
1 read node data element_flag (default=1) 0 skip element data
1 read element data attribute_flag (default=1) 0 skip attribute data
1 read attribute data read/avs/file1/cmo1
read/avs/file2//1/1/0 (skip attribute data)
(mesh object must already exist)