HyperWorks Desktop

*UpdatingPolicy()

Sets the updating policy of a vector plot.

*UpdatingPolicy()

Sets the updating policy of a vector plot.

Previous topic Next topic No expanding text in this topic  

*UpdatingPolicy()

Sets the updating policy of a vector plot.

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

Syntax

*UpdatingPolicy(policy)

Arguments

Name

Description

 

policy

“upon_finalized” will update the vector after all of the changes to it have been finalized.

“upon_changed” statement will update the vector any time a valid change occurs in the vector options.

Example

*BeginVector()

    *ResultType("Acceleration", "x y z")

    *LayerFilter(0)

    *BeginSelection(Node, SelectAll, "User_Set", 0)

    *Add("all")

    *EndSelection()

    *ResolvedInSystem(-1)

    *ColorMode(Legend)

    *Scale(auto, 1.19021e-006)

    *DrawComponents("x+y+z")

    *BeginLegend()

    *LegendType("static")

    *NumCols(9)

    *MinMax(0, 2.81942e+007)

    *ColorRGB("0 0 200",

              "21 121 255",

              "0 199 221",

              "40 255 185",

              "57 255 0",

              "170 255 0",

              "255 227 0",

              "255 113 0",

              "255 0 0")

     *NoResultColor("192 192 192")

     *HeaderFont("Arial", 10, "255 255 255",

                 "left", "bottom", "0", "0")

     *HeaderText("hide", "")

     *FooterFont("Arial", 10, "255 255 255",

                 "left", "bottom", "0", "0")

     *FooterText("hide", "")

     *TitleFont("Arial", 10, "255 255 255",

                "left", "bottom", "0", "0")

     *Title("show", 1, "title")

     *Numbers("show", "scientific", 3)

     *NumbersFont("Arial", 10, "255 255 255",

                  "left", "center", "0", "0")

     *ShowMax("show")

     *ShowMaxLocal("hide")

     *ShowMin("show")

     *ShowMinLocal("hide")

     *EntityLabel("show")

     *LegendPosition("UpperLeft")

     *BackGroundColor(" 44  85 126")

     *Transparency("On")

     *Filter("LINEAR")

     *Endlegend()

     *Projected("false")

     *DrawPosition("Tail")

     *HeadType("Head3D")

    *UpdatingPolicy(“upon_changed”)

*EndVector()

Application

HyperView.

Context

*BeginVector()

Comments

This statement can be used to modify the updating behavior of a vector plot.

See also

 

*BeginVector()

*EndVector()

List of Session Statements