delobj(3G) — 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. Deleting an object frees most of its display list storage; the object number remains undefined until it is used to create a new object. The system ignores calls to objects that don’t exist.
SEE ALSO
compactify, makeobj Programming Guide, Section 8.1, Defining an Object
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987