objinsert() — Silicon Graphics
NAME
objinsert - inserts commands in an object at the chosen location
SPECIFICATION
C
objinsert(t)
Tag t;
FORTRAN
subroutine objins(t)
integer*4 t
Pascal
procedure objinsert(t: Tag);
DESCRIPTION
objinsert takes a tag t as an argument, and positions an editing pointer on the indicated command. Subsequent graphics commands are added following the tag. closeobj or another positioning command (objdelete, objinsert, or objreplace) terminates the insertion.
SEE ALSO
closeobj, objdelete, editobj, objreplace, maketag
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986