Previous Next Up Title Contents Index Functions Index Top Library

EMPTY STRUCTURE

PEMST


CALL SEQUENCE

CALL PEMST (STRID)

INPUT PARAMETERS

INTEGER STRID
Specifies the structure in which all the elements must be destroyed.

PHIGS STATE

(PHOP, *, *, *).

EFFECT

EMPTY STRUCTURE destroys all elements in structure STRID. Even when empty, the structure continues to exist and all the references made to it continue to exist.

If STRID is the open structure, all its elements are destroyed and element pointer is set to zero. If STRID does not designate any existing structure, then EMPTY STRUCTURE creates a new empty structure.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

open structure, set element pointer, delete element, delete element range, delete element between labels


Previous Next Up Title Contents Index Functions Index Top Library