6.2
general documentation
cs_stl_mesh_t Struct Reference

#include <cs_stl.h>

+ Collaboration diagram for cs_stl_mesh_t:

Data Fields

char name [10]
 
char header [80]
 
cs_lnum_t n_faces
 
float * normals
 
float * coords
 
fvm_nodal_t * ext_mesh
 

Field Documentation

◆ coords

float* coords

Array of face vertex coordinates vtx_coord[n_vertices][3]

◆ ext_mesh

fvm_nodal_t* ext_mesh

Associated external mesh

◆ header

char header[80]

Header of the STL file

◆ n_faces

cs_lnum_t n_faces

Number of triangles

◆ name

char name[10]

Name identifier of the STL file

◆ normals

float* normals

Array of normals to the faces [n_faces][3]


The documentation for this struct was generated from the following file: