GINO Graphics Suite - GINO v9.0  

gEnqSegFacetAttribs

Syntax

[C/C++:]
void gEnqSegFacetAttribs(int nseg, int *fmat, int *bmat, int *fcol, int *bcol, int *ffill);
[F90:]
subroutine gEnqSegFacetAttribs(nseg, fmat, bmat, fcol, bcol, ffill)

nteger, intent(in) :: nseg
integer, intent(out) :: mat, bmat, fcol, bcol, ffill

Arguments

nseg
Picture segment number

fmat
Foreground facet material index

bmat
Background facet material index

fcol
Foreground facet colour

bcol
Bac kground facet colour

ffill
Facet fill style

Description

The routine gEnqSegFacetAttribs() returns the current settings of the segment facet attributes for segment nseg, as determined from the global settings when the segment was created, or as subsequently set by the routine gSetSegFacetAttribs() for that segment.

See Also

gEnqSegFacetAttribs Usage
gSetSegFacetAttribs