DoLineType(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoLineType − Create a line type primitive attribute object
SYNOPSIS
C:
DtObject DoLineType(type)
DtLineType type;
Fortran:
INTEGER∗4 DOLNT(TYPE)
INTEGER∗4 TYPE
DESCRIPTION
DoLineType creates a line type primitive attribute object. This object causes all subsequent primitive objects defined as lines, curves, or combinations of the two to be drawn with the appropriate line type. Possible values for type are:
DcLineTypeSolid <DCLTS>
Solid
DcLineTypeDash <DCLTDS>
Dashed
DcLineTypeDot <DCLTDT>
Dotted
DcLineTypeDotDash <DCLTDD>
Dot and dash repeated
DEFAULTS
The default DoLineType is DcLineTypeSolid <DCLTS>.
SEE ALSO
DoLineList(3D), DoLineWidth(3D), DoPolyline(3D)
September 29, 2021