*EndTensorDefine()
Specifies the end of the tensor definition block.
Syntax
*EndTensorDefine()
Application
HyperView
Context
*BeginGraphic()
Example
*BeginTensorDefine(1, "Stress, Mid, Analysis System", "false")
      *ResultType("Stress", "Major Mid Minor")   
      ...
      *IsLoaded("true")
*EndTensorDefine()Comments
The *EndTensorDefine() statement must be preceded by the corresponding *BeginTensorDefine() statement.