*BeginTensorDefine()

Indicates the beginning of a tensor definition block. This block captures your selections from a tensor definition created in HyperView.

Syntax

*BeginTensorDefine(Id, Label)

Application

HyperView

Inputs

Id
The ID of the tensor definition.
label
The label of the tensor definition. Must be in double quotes.

Context

*BeginGraphic()

Substatements

*ResultType() *ResolvedInSystem()
*Format() *CornerDataRequested()
*Layer() *AverageAtNode()
*LayerFilter() *ShowMidsideNodeResults()
*BeginSelection() *IsLoaded()
*EndSelection()  

Example

*BeginTensorDefine(3, "Stress, Mid, Analysis System")
      *ResultType("Stress", "Major Mid Minor")
      *Format("Principal")
      *Layer("Mid")
      *LayerFilter(0)
      *BeginSelection(Part, SelectVisible, "User_Set", 0, 1)
            *Add("all")
      *EndSelection()
      *ResolvedInSystem(-1)
      *CornerDataRequested(no)
      *AverageAtNode("Off")
      *ShowMidsideNodeResults(On)
      *IsLoaded("true")
*EndTensorDefine()

Comments

*BeginTensorDefine() must have a corresponding *EndTensorDefine() statement to mark the end of the tensor definition block.