closeobj(3) — Unix Programmer’s Manual
NAME
closeobj - close an object
SYNOPSIS
C
closeobj()
FORTRAN
subroutine closeo
Pascal
procedure closeobj;
DESCRIPTION
Closeobj closes an open object. A new object is created with the makeobj command. 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.
If no object is open, closeobj is ignore.
SEE ALSO
editobj, makeobj
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c