DATA EXPORTER DIALOG

You can configure the format of data exportion in Data Exporter Dialog.

Select the type of the data, Binary or Text(Ascii).

When you start "Export Data" Button, it export particle data in the working area as sequential file.
Exporting particle data works somewhat like image sequence rendering. The filename is determined according to the rule similar to the "printf" format in C language. i.e. data%04d.bin makes images named as data0000.bin, data0001.bin, data0002.bin and so on. If "%d" tag is not found, "%04d" will be inserted before the extention.

A value at "Initial Sequence" determines the initial number of the sequence.

You can edit the order of variables such as "X Y Z" or "RADIUS" with the Format Editor, like Data Loader Dialog.

The items are able to move up and down with right-mouse-button menu, or buttons at the bottom side. With the menu, you can also delete or insert items.

Note that you can insert "dummy items" in the list.
If you have data with variables which is not used for visualization, use dummy items to ignore that variables.

The "Default" button at the right-bottom side makes the list to be the default order.


return