zone export command

Syntax

zone export s <keyword> <range>

Export a grid to a file.

A path can be part of the supplied file name s. The grid file is an ASCII-format file (or binary-format file if binary is assigned) description of the FLAC geometry (zones, gridpoints, zone groups, and face groups). The binary-format file size will be smaller than the ASCII-format file size, and it takes less loading time if being imported by FLAC later. The ASCII-format grid file specification can be found with the zone import command description. If no file extension is given, an extension of “f3grid” is used in FLAC3D and “f2grid” is used in FLAC2D. The zone and face group information can be exported.

binary

Set exported grid file to binary-format instead of ASCII-format.