*BeginVector() - HyperView
Indicates the beginning of a vector block.
Syntax
*BeginVector()
Application
HyperView
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()
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.