My Project
programmer's documentation
Data Fields
cs_mesh_extrude_face_info_t Struct Reference

#include <cs_mesh_extrude.h>

Collaboration diagram for cs_mesh_extrude_face_info_t:
Collaboration graph

Data Fields

cs_lnum_tn_layers
 
cs_real_tdistance
 
float * expansion_factor
 
cs_real_tthickness_s
 
cs_real_tthickness_e
 

Detailed Description

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

Field Documentation

◆ distance

cs_real_t* distance

total distance for each boundary face (if < 0, absolute value used as multiplier for boundary cell thickness)

◆ expansion_factor

float* expansion_factor

expansion factor for each boundary face

◆ n_layers

cs_lnum_t* n_layers

number of layers for each boundary face; (< 0 for non-extruded faces)

◆ thickness_e

cs_real_t* thickness_e

optional end thickness for each boundary face; ignored if <= 0

◆ thickness_s

cs_real_t* thickness_s

optional start thickness for each boundary face; ignored if <= 0


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