GiD customization manual : Materials listing declaration

This section deals with outputting a materials listing.
As before, the first lines must be the title of the section and a commentary:

              
MATERIAL PROPERTIES
$ MATERIAL PROPERTIES FOR MULTILAMINATE


Next there is the loop sentence, this time concerning materials:

              
*loop materials


Then comes the line where the number of the material and its different properties are output:

              
*matnum() *MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)


Finally, the end of the section is signalled:

              
*end materials
END_MATERIAL PROPERTIES
$-----------------------------------------------------


The full set of commands is as follows:

              
MATERIAL PROPERTIES
$ MATERIAL PROPERTIES FOR MULTILAMINATE
*loop materials
*matnum() *MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
END_MATERIAL PROPERTIES
$-----------------------------------------------------

The next section deals wth generating an elements listing.