HyperWorks Desktop

*OverrideColor()

Indicates if the override color is enabled.

*OverrideColor()

Indicates if the override color is enabled.

Previous topic Next topic No expanding text in this topic  

*OverrideColor()

Indicates if the override color is enabled.

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

Syntax

*OverrideColor(state)

Argument

Name

Description

state

Determines if the Default color is used or if a custom color overrides it.

Example

*BeginIsoValue()

    *ResultType("Displacement")

    *DataComponent("Mag")

    *ComplexFilter("mag")

    *ResolvedInSystem(0)

    *IsoValue(485.728)

    *Increment(1)

    *DisplayMode(below)

    *OverrideColor("On", 0, 255, 0)

    *LegendMode

 

OR

 

*BeginSectionCut("Section 1", "NonPlanarSection", On)

   *SectionType(CrossSection, 0.383854, Above)

   *SectionType(ClippingPlane, Above)

   *Orientation(YAxis, 0, 1, 0)

   *Base(0, 1.43968, 0)

   *PlaneD(1.43968)

   *Color(0, 0, 255)

   *OverrideColor(CustomColor)

   *DeformedTime(1.00000000)

*EndSectionCut()

Application

HyperView.

Context

*BeginIsoValue()

*BeginSectionCut()

Comments

If the section cut color is changed then the custom color values are written out.

See also

 

List of Session Statements