*DrawComponents()

Indicates the display options for the components selected for the vector plot.

Syntax

*DrawComponents (state)

Application

HyperView

Inputs

state
Yes
No

Context

*BeginVector()

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

Comments

Captures the display options for the selected components.