The mesh file
Last updated
solid "name"
facet normal nx ny nz
outer loop
vertex x y z
vertex x y z
vertex x y z
endloop
endfacet
facet normal nx ny nz
outer loop
vertex x y z
vertex x y z
vertex x y z
endloop
endfacet
...
...
...
endsolid# <comment 1>
.
.
.
# <comment n>
<num_nodes> <num_cells> <num_ndata> <num_cdata> <num_mdata>
<node_id 1> <x> <y> <z>
<node_id 2> <x> <y> <z>
<node_id num_nodes> <x> <y> <z>
<cell_id 1> <mat_id> <cell_type> <cell_vert 1> ... <cell_vert n>
<cell_id 2> <mat_id> <cell_type> <cell_vert 1> ... <cell_vert n>
<cell_id num_cells> <mat_id> <cell_type> <cell_vert 1> ...<cell_vert n>Shape {
geometry IndexedFaceSet {
coord Coordinate {
point [
<x> <y> <z>
<x> <y> <z>
<x> <y> <z>
...
]
}
coordIndex [
<cell_vert 1> ... <cell_vert n>
<cell_vert 1> ... <cell_vert n>
<cell_vert 1> ... <cell_vert n>
...
]
}
}