Boundary ID Files (*.bid)

Boundary ID files are used to store the ids of the nodes on all of the nodestrings in a mesh. The idea of this file is to export only the boundary ids. To do this, make sure nodestrings only exist along the boundary.

Boundary ID 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
13                   /* Node Ids */
26
39
52
.
.
.
.
/* EOF */

 
Related Topics

Boundary XY Files