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_fBeginCoordinates(GiD_FILE fd);
Description: Start a coordinate block in the current mesh. All nodes
coordinates must be written between a to this function and GiD_fEndCoordinates().
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
GiD_fBeginCoordinates(fd);
FORTRAN
CALL GID_FBEGINCOORDINATES(fd)

  • No labels