#include <cs_mesh_extrude.h>
 Collaboration diagram for cs_mesh_extrude_face_info_t:
 Collaboration diagram for cs_mesh_extrude_face_info_t:| Data Fields | |
| cs_lnum_t * | n_layers | 
| cs_real_t * | distance | 
| float * | expansion_factor | 
| cs_real_t * | thickness_s | 
| cs_real_t * | thickness_e | 
Per face mesh extrusion settings;
This structure usually created or updated with utility functions, and may be modified by the user in case fine control is needed
| cs_real_t* distance | 
total distance for each boundary face (if < 0, absolute value used as multiplier for boundary cell thickness)
| float* expansion_factor | 
expansion factor for each boundary face
| cs_lnum_t* n_layers | 
number of layers for each boundary face; (< 0 for non-extruded faces)
| cs_real_t* thickness_e | 
optional end thickness for each boundary face; ignored if <= 0
| cs_real_t* thickness_s | 
optional start thickness for each boundary face; ignored if <= 0