Indicates the display options for the components selected for the vector plot.
*DrawComponents()Indicates the display options for the components selected for the vector plot. |
|||||
*DrawComponents()Indicates the display options for the components selected for the vector plot. |
Syntax |
*DrawComponents(state) |
|
Argument |
Name |
Description |
state |
Yes / No |
|
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. |
|
Context |
||
Comments |
Captures the display options for the selected components. |
|
See also |
|
|