*graphuserwindow_to_XYZ
Re-centers the display on a specified point, using a specified number of animation steps to do so.
Syntax
*graphuserwindow_to_XYZ x y z n
Type
HyperMesh Tcl Modify Command
Description
Re-centers the display on a specified point, using a specified number of animation steps to do so. This command differs from *graphuserwindow_byXYZandR() in that the re-center action is not instantaneous; the user’s view pans to the selected point at a specified rate, providing a sense of relative location between the original viewpoint and the new one.
Inputs
- x
- The x coordinate of the specified point.
- y
- The y coordinate of the specified point.
- z
- The z coordinate of the specified point.
- n
- The number of frames of animation to use when panning from the original view point location to the new one.
Example
*graphuserwindow_to_XYZ(20,15.3,72,30)