delobj(3G) delobj(3G)
NAME
delobj - deletes an object
SPECIFICATION
C delobj(obj)
Object obj;
FORTRAN subroutine delobj(obj)
integer*4 obj
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 a call to an object that does not exist.
SEE ALSO
makeobj, compactify
Programming Guide, Section 8.1, Defining an Object
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)