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++
Code Block |
---|
GiD_fResultUserDefined(fd,"ComponentsLocal","Nx Ny Nxy''); |