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

SET PICK IDENTIFIER (PHOP,*,STOP,*)

Purpose

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

The graPHIGS API associates the pick identifier with all subsequent primitives and returns the pick identifier in each entry of a pick path. The returned pick identifier represents the pick identifier that was current when the application processed the corresponding structure element.

The traversal default for pick identifier is no pick identifier.

Language Bindings

C

pset_pick_id (pick_id)

Input Parameters

Pint pick_id
Pick identifier.

FORTRAN

PSPKID (pkid)

Input Parameters

integer pkid
Pick identifier.

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • None


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