Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ delobj(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

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