GINO Graphics Suite - GINO v9.0  

gDrawRect3D

Syntax

[C/C++:]
void gDrawRect3D(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax);
[F90:]
subroutine gDrawRect3D(xmin, xmax, ymin, ymax, zmin, zmax)
real, intent(in) :: xmin, xmax, ymin, ymax, zmin, zmax

Arguments

xmin, xmax, ymin, ymax, zmin, zmax
Object limits

Description

The routine gDrawRect3D() draws a 'solid' rectangular parallelepiped with its edges parallel to and aligned along the current axes, according to the specified limits.

The facets are drawn in the current facet colour/material according to the current lighting/shading environment and subject to the current modelling/viewing transformations.

See Also

gDrawRect3D Usage
gDrawFacet