SetEntity
Sets the entity information for the best view.
Syntax
bestview_handle SetEntity type loc_string
Application
HyperView Tcl Modify
Description
This command sets the entity information for the best view.
Inputs
- type
- The type of entity used (element, node, or component).
- loc_string
- A string to locate the entity, poolname, and ID. Tip: Combinations can be used (example: {Node 123}).
Example
bestview_handle SetEntity element {Shell 1951613}
bestview_handle SetEntity node {Node 3012254}
Errors
Returns success (0) or an error code.