Synopsis
get/set the cell_type in one cell_set of a Cells Grid
int FLDget_cell_type (
OMobj_id cell_set,
int *cell_type);
int FLDset_cell_type (
OMobj_id cell_set,
int cell_type);
Description
These routines get/set the cell_type in one cell_set array element within a Cells Grid. cell_type is a numeric representation of the cell's type (for example, 14 = Tri2, Quad = 5, etc.), where cell_name identifies the type of cell with a string.
Parameters
OMobj_id cell_set
The OMobj_id of one cell_set array element within a Cells Grid, as returned by the OMget_cell_set routine.
int *cell_type
int cell_type
In FLDget_cell_type, cell_type is a pointer to an integer in which the cell type is returned.
In FLDset_cell_type, cell_type is an integer that will be copied to set the cell type.
See the individual Cell_Set cell definitions for the values that correspond to each type of cell.
Example
None available.
Related routines