export nodes

export nodes

The export nodes module provides a means to export an ASCII file containing the coordinates (and optionally the data) of any object in EVS. The output contains a header line and one row for each node in the input field. Each row contains the x, y, and z coordinates and optionally node number and nodal data.

Ports

DirectionNameTypeDescription
InputInput FieldFieldA field to write to file.
InputZ ScaleNumberThe factor for vertical scaling.

Properties

PropertyTypeDescription
FilenameStringThe filename of the output. Supported formats include APDV, LPDV, CSV, GMF, and TXT.
Use Application OriginBooleanWhen true, the module will apply the Application Origin. When false, coordinates will be left in internal model space.
File DelimiterStringAllows you to specify the delimiter for the output file. The default value is a comma. The special delimiter <TAB> will tab-delimit the output file.
Z ScaleDoubleRemoves the vertical exaggeration.
Write Nodal DataBooleanCauses all nodal data to be included in the file.
Exponentiate Log DataBooleanCauses all data with log units to be exponentiated when written out.
Write Node NumberBooleanCauses the node numbers to be included in the file.
Append To FileBooleanCauses the data to be appended to an existing file and suppresses the header line for the appended data section.