Syntax
[C/C++:]
void gSetSegLineAttribs(int nseg, GLINSTY rep, ...);
[F90:]
subroutine gSetSegLineAttribs(nseg, rep, gPennum, gWidfac)
integer, intent(in) :: nseg
type (GLINSTY), intent(in) :: rep
integer, optional, intent(in) :: gPennum
real, optional, ntent(in) :: gWidfac
Arguments
nseg
Picture segment number
rep.vis
Segment line visibility (see gSetLineVis())
rep.brk
Broken line type (see gSetBrokenLine())
rep.col
Segment colour index (see gSetLineColour())
rep.width
Segment line width (see gSetLineWidth())
rep.type
Segment pen type (see gSetPenType())
rep.end
Segment line end (see gSetLineEnd())
Optional Args.
gPennum
Segment pen number (default = 0.0)
gWidfac
Segment line width scale factor (default = 1.0)
Description
The routine gSetSegLineAttribs() changes the current settings of the segment line attributes for segment
nseg and then redraws that segment.
See Also
gSetSegLineAttribs UsagegEnqSegLineAttribsgSetLineColour
gSetLineEndgSetLineStylegSetLineVisgSetLineWidthgSetLineWidthScalinggSetPenType