8.135. Write Nodes and Elements File(s)

Group (Subgroup)

IO (Output)

Description

This Filter exports geometric data into structured text files. It allows users to save the following:

  1. Node Data (Vertices): Export the coordinates of points that define the geometry.

  2. Element Data (Connectivity): Export the node indices that make up the edges, faces, or volumes of the geometry.

The filter gives the user the option to export a node file, element file, or both. It also allows the user to decide whether or not to number the nodes and elements and whether or not to include headers for the node and element files.

Input Parameter(s)

Parameter Name

Parameter Type

Parameter Notes

Description

Geometry To Write

Geometry Selection

Vertex, Edge, Triangle, Quadrilateral, Tetrahedral, Hexahedral

The Geometry that will be written to the output file(s).

Write Node File

Bool

Whether or not to write the node information out to a file.

Number Nodes

Bool

Whether or not to number each node in the node information output file.

Include Node File Header

Bool

Whether or not to include the node file header in the node output file.

Write Element/Cell File

Bool

Whether or not to write the element/cell information out to a file.

Number Elements/Cells

Bool

Whether or not to number each element/cell in the element information output file.

Include Element/Cell File Header

Bool

Whether or not to include the element/cell file header in the element/cell output file.

Output Parameter(s)

Parameter Name

Parameter Type

Parameter Notes

Description

Output Node File Path

FileSystemPath

The node information will be written to this file path.

Output Element/Cell File Path

FileSystemPath

The element/cell information will be written to this file path.

DREAM3D-NX Help

If you need help, need to file a bug report or want to request a new feature, please head over to the DREAM3DNX-Issues GitHub site where the community of DREAM3D-NX users can help answer your questions.