GINO Graphics Suite - GINO v9.0  

gSetSegFacetAttribs

Syntax

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

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

Arguments

nseg
Picture segment number

fmat
Segment foreground facet material index (see gSetMaterialIndex())

bmat
Segment background facet material index (see gSetMaterialIndex())

fcol
Segment foreground facet colour (see gSetMaterialColour())

bcol
Segment background facet colour (see gSetMaterialColour())

ffill
Segment facet fill style (see gSetFacetFillStyle())

Description

The routine gSetSegFacetAttribs() changes the current settings of the segment facert attributes for segment nseg and then redraws that segment.

See Also

gSetSegFacetAttribs Usage
gEnqSegFacetAttribs
gSetFacetFillStyle
gSetMatertialColour
gSetMaterialIndex