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_fMeshUnit(GiD_FILE fd, const char* UnitName);
Description: Define the unit string associated to the mesh coordinates
Parameters:
GiD_FILE fd the file descriptor
char* UnitName ,the string of the unit (length magnitude)
Example:
C/C++
GiD_fBeginMesh(fd,"TestMsh",GiD_2D,GiD_Triangle,3);
GiD_fMeshUnit(fd,"m");
FORTRAN
CHARACTER*10 UNITNAME
UNITNAME = 'm'
GID_FMESHUNIT(fd,UNITNAME)

  • No labels