HyperWorks Desktop

*EndVector() - HyperView

Indicates the end of a vector block in HyperView.

*EndVector() - HyperView

Indicates the end of a vector block in HyperView.

Previous topic Next topic No expanding text in this topic  

*EndVector() - HyperView

Indicates the end of a vector block in HyperView.

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

Syntax

*EndVector()

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

Application

HyperView

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.

See also

 

*BeginVector()

List of Session Statements