| Figure 32: Amira's console window displays info messages and lets you enter Tcl-commands. |
help
Shows the help window. load command-file
Loads and executes the command file. The same command is used to load ordinary data objects into Amira. quit
Quit the application. Object allPorts
Lists all ports of Object. Object clipGeom PlaneModule
Causes all geometry display of the object to be clipped by the plane defined by PlaneModule. For example, a plane module is any module derived from Arbitrary Cut. The geometry of an object might be clipped by up to six clipping planes. Also see unclipGeom below. Object deselect
Deselects an object, i.e., the object's widgets vanish from the Working Area. Object destroy
The object is removed, as well as certain dependent objects. Object fire
Calls the internal update and compute methods of the object. Object getIconPosition
Returns the position of the object's icon in the Object Pool display area. Object getTypeId
Returns the type of the object. Object help
Displays all commands specific to that object. Object hideIcon
Hides the icon of a specific object. Object select
Selects an object, i.e., the object's widgets appear on the Working Area. Object setIconPosition xPos yPos
Sets the position of the object's icon in the Object Pool display area to xPos yPos. Object setLabel newlabel
Changes the name of the object to newlabel. If already some other object with the same name exists, newlabel will be automatically modified. Object setViewerMask mask
This command is used to show a possible 3D output of the object in certain viewer windows and to hide it in other viewers. The bits in mask controls the viewers, e.g. a mask value of 2 shows the output in viewer 1 and hides it in viewer 0. Object showIcon
Shows a specific object as an icon in the Object Pool display area. Object unclipGeom PlaneModule
Undos the effect of the clipGeom command described above. Object update
Calls the internal update method of the object.