*EndTensor()
Indicates the end of a tensor block.
Syntax
*EndTensor()
Application
HyperView
Example
*BeginTensor()
    *ResultType("Plastic strain", "Major Mid Minor")
      *BeginSelection(Element, SelectVisible)
          *Add("Brick id 1-7680")
      *EndSelection()
    *Layer("Z2/Curvature")
    *ResolvedInSystem(0)
    *Format("Principal")
    *ColorMode(Legend)
    *Scale(normalize, 1)
*EndTensor()
      Comments
The *EndTensor() statement must be preceded by the corresponding *BeginTensor() statement, which marks the start of the tensor block.