HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*DrawComponents()

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

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

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

*BeginVector()

Comments

Captures the display options for the selected components.

See also

 

List of Session Statements