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