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

SET EDGE INDEX (PHOP,*,STOP,*)

Purpose

Use Set Edge Index to insert a Set Edge Index structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with a Set Edge Index structure element, depending on the current edit mode.

This structure element specifies an entry in the workstation's edge bundle table. The entry contains attribute settings for edge flag, edge line type, edge scale factor, and edge color. At structure traversal time, the graPHIGS API uses these attribute settings to render all subsequent fill area set primitives for those attributes which have an aspect source flag value set to BUNDLED (Set Individual ASF).

The traversal default value for edge index is 1.

If the workstation does not support the specified index or the specified index is outside the edge table size, then the edge index defaults to a value of 1.

Language Bindings

C

pset_edge_ind (edge_ind)

Input Parameters

Pint edge_ind
Edge index (>=1).

FORTRAN

PSEDI (edi)

Input Parameters

integer edi
Edge index (>=1).

Errors

5
Function Requires State (PHOP,*,STOP,*)
100
Bundle Index Value Is Less Than One

Related Subroutines

  • Inquire Edge Representation

  • Inquire Workstation State Table Lengths

  • Set edge Representation


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