GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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')

  • No labels