HyperWorks Desktop

*BeginVector() - HyperView

Indicates the beginning of a vector block.

*BeginVector() - HyperView

Indicates the beginning of a vector block.

Previous topic Next topic No expanding text in this topic  

*BeginVector() - HyperView

Indicates the beginning of a vector block.

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

Syntax

*BeginVector()

Substatements

*BeginSelection()

*BeginLegend()

*ColorMode()

*ComplexFilter()

*DrawComponents()

*DrawFromValues()

*DrawPrefix()

*EndLegend()

*EndSelection()

*Font()

*Layer()

*LegendMaxThreshold()

*LegendMinThreshold()

*Multiplier()

*ProjectionRule()

*ResolvedInSystem()

*ResultType()

*Scale()

*TextColor()

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)

   *DrawFromValues(Yes)

   *DrawPrefix(No)

   *Font("Times New Roman", "regular", "regular", 10)

   *TextColor(1)

   *BeginLegend()

        *LegendType(static)

        *NumCols(9)

        ----

        ----

   *EndLegend()

*EndVector()

Application

HyperView.

Comments

The *BeginVector() block must have a corresponding *EndVector() statement, which indicates the end of the vector block. There can be only one vector block per view.

This block captures your settings from the Vector panel in HyperView.

See also

 

*EndVector

List of Session Statements