Returns the current linestyle.
FORTRAN (libfgl.a)
Int32 getlstyle( )
INTEGER*4 FUNCTION GETLST
The getlstyle subroutine returns the current linestyle. The returned value is an index into the linestyle table.
Note: This subroutine cannot be used to add to a display list.
An index into the linestyle table for the current linestyle.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Defining a linestyle with the deflinestyle subroutine.
Selecting a linestyle with the setlinestyle subroutine.
Drawing NURBS Curves and Surfaces, Drawing Wire Frame Curves and Surface Patches, Drawing with Begin-End Style Subroutines, Drawing with Move-Draw Style Subroutines, Querying the System, Setting Drawing Attributes, Understanding the Hardware Used by GL, Drawing Rectangles, Circles, Arcs, and Polygons.