HyperWorks Desktop

*SeedColor()

Specifies the seed color on a rake definition for a CFD plot.

*SeedColor()

Specifies the seed color on a rake definition for a CFD plot.

Previous topic Next topic No expanding text in this topic  

*SeedColor()

Specifies the seed color on a rake definition for a CFD plot.

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

Syntax

*SeedColor(color)

Argument

Name

Description

 

color

The color given to the seed on a rake definition.  This setting must contain valid RGB values.

Example

*BeginCFD()

  *BeginRake()

     *SeedColor(“RGB”)

  *EndRake()

*EndCFD()

Application

HyperView.

Context

*BeginRake()

Comments

A *SeedColor() command may be placed inside a *BeginRake() block to capture the seed color on a rake definition for a CFD plot.

See also

 

*BeginCFD()

*BeginRake()

*EndRake()

*EndCFD()

List of Session Statements