Skip to content
Snippets Groups Projects
Commit 1bb7afc7 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: raw format with optional output for face area normals (#2003)

- 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;
    }
}
```
parent af80006f
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment