*BeginScalarDefine()

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

Syntax

*BeginScalarDefine(Id, Label)

Application

HyperView

Inputs

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

Context

*BeginGraphic()

Substatements

*BeginSelection() *ComplexFilter()
*EndSelection() *ResolvedInSystem()
*ResultType() *AverageAcrossParts()
*DataComponent() *ShowMidsideNodeResults()
*MultipleLayers() *CornerDataRequested()
*LayerFilter() *EnvelopeTracingEntity()
*ContourValueFilter() *IsLoaded()

Example

*BeginScalarDefine(1, "Displacement, Mag, None, Analysis System")
      *BeginSelection(Part, SelectVisible, "User_Set", 0, 1)
             *Add("all")
      *EndSelection()
      *ResultType("Displacement")
      *DataComponent("Mag")
      *MultipleLayers("false")
      *LayerFilter(0)
      *ContourValueFilter("None", -3.40282e+38, 3.40282e+38)
      *ComplexFilter("mag")
      *ResolvedInSystem(-1)
      *AverageAcrossParts(Off)
      *ShowMidsideNodeResults(On)
      *CornerDataRequested(no)
      *EnvelopeTracingEntity("None")
      *IsLoaded("true")
*EndScalarDefine()

Comments

*BeginScalarDefine() must have a corresponding *EndScalarDefine() statement to mark the end of the Scalar Definition block.