Skip to content
Snippets Groups Projects
user avatar
Mark Olesen authored
- the raw surface writer simply outputs x/y/z and field values.
  This additional flag allows recovery of some geometric information.

- optional user-specified output precision

Example,
```
formatOptions
{
    raw
    {
        normal      yes;
        precision   10;
    }
}
```
1bb7afc7
History
Name Last commit Last update
..