*trueview
Modifies the view so that a model-defined vector is normal to the screen.
Syntax
*trueview plane id
Type
HyperMesh Tcl Modify Command
Description
Modifies the view so that a model-defined vector is normal to the screen.
Inputs
- plane id
- The ID of the plane about whose normal the vector is made perpendicular to the screen, and whose base will be placed in the center of the screen.
Example
To make the vector (1.0, 0.0, 0.0) normal to the screen and to place the point (0.0, 0.0, 0.0) at the center of the screen:
*createplane(1,1.0,0.0,0.0,0.0,0.0,0.0)
*trueview(1)
Errors
None.