[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET POLYLINE REPRESENTATION (PHOP,WSOP,*,*)

Purpose

Use Set Polyline Representation to set the given attribute values in the specified entry of the polyline bundle table.

Language Bindings

C

pset_line_rep (ws_id, line_ind, line_bundle)

Input Parameters

Pint ws_id
Workstation identifier.

Pint line_ind
Polyline bundle index (>=1).

const Pline_bundle *line_bundle
Polyline representation.

FORTRAN

PSPLR (wkid, pli, ltype, lwidth, coli)

Input Parameters

integer wkid
Workstation identifier.

integer pli
Polyline bundle index (>=1).

integer ltype
Polyline line types (1=PLSOLI, 2=PLDASH, 3=PLDOT, 4=PLDASD).

real lwidth
Line width scale factor.

integer coli
Polyline color index (>=0).

Errors

3
Function Requires State (PHOP,WSOP,*,*)
54
Specified Workstation Is Not Open
59
Specified Workstation Does Not Have Output Capability
100
Bundle Index Value Is Less Than One
103
Exceeded Maximum Number Of Workstation Bundle Table Entries
104
Specified Linetype Not Available On Workstation
113
Color Index Value < ZERO

Related Subroutines

  • Inquire Polyline Representation

  • Set Color Model

  • Set Individual ASF

  • Set Linetype

  • Set Linewidth Scale Factor

  • Set Polyline Color Index

  • Set Polyline Index


  • [ Previous | Next | Contents | Glossary | Home | Search ]