GINO Graphics Suite - GINO v9.0  

gEnqMaterialAttribs

Syntax

[C/C++:]
void gEnqMaterialAttribs(int *fcol, int *bcol, int *fmat, int *bmat);
[F90:]
subroutine gEnqMaterialAttribs(fcol, bcol, fmat, bmat)
integer, intent(out) :: fcol, bcol, fmat, bmat

Arguments

fcol
Front face material colour

bcol
Back face material colour

fmat
Front face material index

bmat
Back face material index

Description

The routine gEnqMaterialAttribs() returns the current settings for the material colour and the material table indices for both front and back faces of facets. These parameters are set by the routines gSetMaterialColour() and gSetMaterialIndex() respectively.

See Also

gEnqMaterialAttribs Usage
gSetMaterialColour
gSetMaterialIndex