#include <cs_stl.h>
Data Fields | |
char | name [10] |
char | header [80] |
cs_lnum_t | n_faces |
float * | normals |
float * | coords |
fvm_nodal_t * | ext_mesh |
float* coords |
Array of face vertex coordinates vtx_coord[n_vertices][3]
fvm_nodal_t* ext_mesh |
Associated external mesh
char header[80] |
Header of the STL file
cs_lnum_t n_faces |
Number of triangles
char name[10] |
Name identifier of the STL file
float* normals |
Array of normals to the faces [n_faces][3]