callobj() — Silicon Graphics
NAME
callobj - draws an instance of an object
SPECIFICATION
C
callobj(obj)
Object obj;
FORTRAN
subroutine callob(obj)
integer*4 obj
Pascal
procedure callobj(obj: Object);
DESCRIPTION
callobj draws an instance of a previously defined object. Its argument is the object name. If callobj specifies an undefined object, the command is ignored.
Global attributes are not saved before a callobj. Thus, if attributes like color are changed within an object, the change may affect the caller as well. Use pushattributes and popattributes to preserve global attributes across callobj commands.
SEE ALSO
makeobj, pushattributes, popattributes
Version 2.4 — May 08, 1986