objdelete() — Silicon Graphics
NAME
objdelete − deletes routines from an object
SPECIFICATION
C
objdelete(t1, t2)
Tag t1, t2;
FORTRAN
subroutine objdel(t1, t2)
integer*4 t1, t2
Pascal
procedure objdelete(t1, t2: Tag);
DESCRIPTION
objdelete is an object editing routine. It removes the routines that are between t1 and t2 from an object. objdelete removes any tags defined between t1 and t2; t1 and t2 remain.
If no object is open for editing when objdelete is called, the system ignores it.
objdelete leaves the pointer at the end of the object after it executes.
SEE ALSO
editobj, objinsert, objreplace IRIS Graphics Programming, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987