GINO Graphics Suite - GINO v9.0  

gSetFacetFillStyle

Syntax

[C/C++:]
void gSetFacetFillStyle(int fill);
[F90:]
subroutine gSetFacetFillStyle(fill)
integer, intent(in) :: fill

Arguments

fill
Facet fill style

= GHOLLOW, Draw boundary only
= GSOLID, Solid fill (default)

Description

The routine gSetFacetFillStyle() sets the current facet filling mode.

Note that facet boundaries, on their own are NOT subject to hidden surface removal. In other words, when boundaries are drawn it is only the lines that are hidden by closer objects, not the surface they represent.

See Also

gSetFacetFillStyle Usage
gDrawFacet