DoSurfaceEdgeColor(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoSurfaceEdgeColor − Create a surface edge color primitive attribute object
SYNOPSIS
C:
DtObject DoSurfaceEdgeColor(colormodel, color)
DtColorModel colormodel;
DtReal color[];
FORTRAN:
INTEGER∗4 DOSEGC(COLMOD, COLOR)
INTEGER∗4 COLMOD
REAL∗8 COLOR(∗)
DESCRIPTION
DoSurfaceEdgeColor creates a surface edge color primitive attribute object. The parameter colormodel specifies the color model used. The parameter color specifies the color to draw the surface edges of primitive objects when the DoRepType <DOREPT> attribute is set to DcSurfaceWireframeEdges <DCSWEG> or DcSurfaceOutlineEdges <DCSOEG>.
DEFAULTS
The default DoSurfaceEdgeColor is <1.0,1.0,1.0>.
SEE ALSO
September 02, 1992