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_fResultUserDefined(GiD_FILE fd, GP_CONST char * Name,GP_CONST char * Value)
Description: Write a special 'ResultUserDefined' comment whith a name and a value that GiD will ignore and could be interpreted by a problemtype for special uses.
Parameters:
GiD_FILE fd the file descriptor
Name: an arbitrary string
Value: an arbitrary string
Note: these strings must be ASCII, and avoid use the special character \n (end of line).
To avoid parsing problems double quotes characters will be replaced by single quote
Example:
C/C++
GiD_fResultUserDefined(fd,"ComponentsLocal","Nx Ny Nxy'');

  • No labels