*PlotResult()
Specifies the plotted result.
Syntax
*PlotResult(Context, Id)
Application
HyperView
Inputs
- Context
- The context of the result type (Scalar, Iso, Vector, or Tensor).
- Id
- The ID of the result definition.
Context
*BeginModel()
Example
*PlotResult("contour", 2)
*PlotResult("iso", 2)
*PlotResult("vector", 3)
*PlotResult("tensor", 4)