Table of Contents
_________________________________________________________________
Drawable - create and manipulate a drawable geometry object.
Drawable dgName dbName
None
None
The Drawable command creates a new drawable object (given by the
dgName argument) that can be used to manipulate
a drawable geometry object. The new drawable object is associated with the database
object given by dbName.
The Drawable command returns its dgName argument. At the
time this command is invoked, there must not exist a drawable object
named dgName.
The Drawable command creates a new Tcl command whose name
is dgName. This command may be used to invoke various
operations on the drawable object. It has the following general
form:
dgName option ?arg arg ...?
Option and the args determine the exact behavior of the command.
The following commands are possible for drawable objects:
- isa info
Methods associated with
LIBRT's drawable geometry object:
- assoc blast clear draw erase ev get_autoview
illum label observer overlay report rt rtcheck vdraw who zap
- dgName get_dgname
- Return the associated LIBRT drawable geometry object.
Mark L. Ulferts <mulferts@austin.dsccc.com>
Basic layout for documenting classes.
Robert G. Parker
Table of Contents