delobj() — Silicon Graphics
NAME
delobj - deletes an object
SPECIFICATION
C
delobj(obj)
Object obj;
FORTRAN
subroutine delobj(obj)
integer*4 obj
Pascal
procedure delobj(obj: Object);
DESCRIPTION
delobj deletes an object. Most of the display list storage associated with the 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.
SEE ALSO
makeobj, compactify
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986