GiD - The personal pre and post processor
GiD_fBeginRangeTable
int GiD_fBeginRangeTable(GiD_FILE fd, const char * name);
Description: Begin a Range Table definition. With a range table you can
group the result values into intervals and label each interval with a name.
Inside GiD this can be visualized with a contour range.
Parameters:
GiD_FILE fd the file descriptor
char* name
name identifier
Example:
C/C++
GiD_fBeginRangeTable(fd,"table1");
FORTRAN
CALL GID_FBEGINRANGETABLE(fd,'table1')
COPYRIGHT © 2022 · GID · CIMNE