*BeginTensor()
Indicates the beginning of a tensor block.
Syntax
*BeginTensor()
Application
HyperView
Substatements
*BeginLegend()
*BeginSelection()
*ColorMode()
*DrawPrefix()
*DrawValues()
*EndLegend()
*EndSelection()
*Font()
*Layer()
*LegendMaxThreshold()
*LegendMinThreshold()
*ResolvedInSystem()
*ResultType()
*Scale()
*TextColor()
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)
*DrawValues("Normal", "On")
*DrawPrefix("Normal", "Off")
*DrawValues("Shear", "On")
*DrawPrefix("Shear", "Off")
*Font("Times New Roman", "regular", "regular", 10)
*TextColor(13)
*EndTensor()
Comments
This block captures the tensor plot settings.