HyperWorks Desktop

*ShowSeedOutline()

Specifies whether or not the seeds for a given rake definition in a CFD plot will be displayed.

*ShowSeedOutline()

Specifies whether or not the seeds for a given rake definition in a CFD plot will be displayed.

Previous topic Next topic No expanding text in this topic  

*ShowSeedOutline()

Specifies whether or not the seeds for a given rake definition in a CFD plot will be displayed.

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

Syntax

*ShowSeedOutline(state)

Argument

Name

Description

 

state

The display status of the seeds for a given rake definition ("On" or "Off").

Example

*BeginCFD()

  *BeginRake()

     *ShowSeedOutline(“On/Off”)

  *EndRake()

*EndCFD()

Application

HyperView.

Context

*BeginRake()

Comments

A *ShowSeedOutline() command may be placed inside a *BeginRake() block to capture the display status of a given rake definition in a CFD plot.

See also

 

*BeginCFD()

*BeginRake()

*EndRake()

*EndCFD()

List of Session Statements