*EndVector() - HyperView

Indicates the end of a vector block in HyperView.

Syntax

*EndVector()

Application

HyperView

Example

*BeginVector()
     *ResultType("Displacement", "x y z")
     *BeginSelection(Part, SelectVisible)
            *Add("Part id 2-4")
            *Add("Part id 6-8")
    *EndSelection()
    *ResolvedInSystem(-1)
    *ColorMode(Legend)
    *Scale(uniform, 1)
    *DrawComponents(Yes)
    *BeginLegend()
         *LegendType(static)
         *NumCols(9)
         ----
         ----
    *EndLegend()
*EndVector()

Comments

The *EndVector() statement must be preceded by the corresponding *BeginVector() statement, which marks the start of the vector block. There can be only one *Vector() block per view.