Boundary XY Files (*.bxy)

Boundary XY files are used to store the x,y location of the nodes on all of the nodestrings in a mesh. The idea of this file is to export only the boundary node locations. To do this, make sure nodestrings only exist along the boundary.

Boundary XY files are not opened in SMS but are saved from File | Save As... from the Mesh module.

Sample File

BOUNDARY                            /* File type identifier */
2 Number of nodestrings
17 Number of nodes in nodestring
500000.000000 0.000000              /* Node XY values */
497592.400000 49008.600000
490392.600000 97545.200000
.
.
.
.
/* EOF */

 
Related Topics

Boundary ID Files