closeobj() — Silicon Graphics Beta Release
NAME
closeobj - closes an object
SPECIFICATION
C
closeobj()
FORTRAN
subroutine closeo
Pascal
procedure closeobj;
DESCRIPTION
closeobj closes an open object. A new object is created and opened with makeobj. All display list commands between makeobj and closeobj become part of the object definition. An existing object is opened for editing with editobj; the editing session is terminated when the object is closed with a closeobj.
If no object is open, closeobj is ignored.
SEE ALSO
editobj, makeobj
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985