DoLineWidth(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoLineWidth − Create a line width primitive attribute object
SYNOPSIS
C:
DtObject DoLineWidth(linewidth)
DtReal linewidth;
FORTRAN:
INTEGER∗4 DOLW(LINWID)
REAL∗8 LINWID
DESCRIPTION
DoLineWidth creates a line width primitive attribute object. The parameter linewidth is a scaling factor for the line width of lines created using Doré primitive object functions. It must be a positive, non-zero, floating point number.
DEFAULTS
The default DoLineWidth is 1.0.
SEE ALSO
DoLineList(3D), DoLineType(3D), DoPolyline(3D)
September 02, 1992