Exporting Field Data Objects

oSP3D can export any field data objects in the data table via the Exporting Selected Field Data Objects to a CSV File option on the Edit menu.

A file is written according to the CSV file format specification in CSV Files. The following example includes optional fields within brackets:

[Indices,][Coordinates,]quantity ident, quantity ident, ...
[part-ID,][type-master-ID,][type-ID,]design ident, design ident ...
[integers, ... ]double, double, ...

Each column represents one field data object:

  • quantity ident in line 1

  • design ident in line 2

  • Lists the data type value at each mesh position as a double value in subsequent lines

Depending on user settings, the data output is prefixed with additional integers, such as the node identifier and part identifier if several parts exists. You can remove the header lines.