Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ delobj(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

delobj(3)  —  Silicon Graphics R1c

NAME

delobj - delete an object

SYNOPSIS

C
delobj(obj)
Object obj;

FORTRAN
subroutine delobj(obj)
integer obj

Pascal
procedure delobj(obj: Object);

DESCRIPTION

The delobj command deletes an object.  All display list storage associated with an object is freed, and the object name is marked undefined until it is used to create a new object.  Attempts to call an object with the deleted name will be ignored.  Only if another call is made on makeobj can the name be re-used. 

SEE ALSO

makeobj

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026