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_fResultRange(GiD_FILE fd, const char * RangeTable);
Description:
Define the components names associated to the current result, either a single
result block or the current result defined in a result group.
Parameters:
GiD_FILE fd the file descriptor
char * RangeTable --> name of the range table previously defined
Example:
C/C++
GiD_fResultRange(fd,"MyTable");
FORTRAN
GID_FRESULTRANGE(fd,'MyTable');

  • No labels