HyperWorks Desktop

*BeginTensor()

Indicates the beginning of a tensor block.

*BeginTensor()

Indicates the beginning of a tensor block.

Previous topic Next topic No expanding text in this topic  

*BeginTensor()

Indicates the beginning of a tensor block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginTensor()

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()

Application

HyperView

Comments

This block captures the tensor plot settings.

See also

 

*EndTensor()

List of Session Statements