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_fBeginMeshGroup( GiD_FILE fd, const char* Name );

Description:This function open a group of mesh. This enable specifying multiples meshes withing the group.
Parameters:
GiD_FILE fd the file descriptor
char* Name
Name of the group. This name can be used later when givin the set of results that apply to this group, see GiD_fBeginOnMeshGroup.
Example:
C/C++
GiD_fBeginMeshGroup(fd,"steps 1, 2, 3 and 4" );
FORTRAN
CALL GID_FBEGINMESHGROUP(fd,"steps 1, 2, 3 and 4" )

  • No labels