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

CLOSE STRUCTURE (PHOP,*,STOP,*)

Purpose

Use Close Structure to close a structure. The current structure state is set to Structure Closed (STCL).

Conditional editing is stopped if it had been started by the graPHIGS API extension Conditional Editing (GPCEDT. See "Structure Operations" in The graPHIGS Programming Interface: Subroutine Reference).

Once closed, your application cannot insert or replace structure elements in the structure until the structure is opened.

Language Bindings

C

pclose_struct ()

FORTRAN

PCLST

Errors

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

Related Subroutines

  • Open Structure


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