HyperWorks Desktop

*Scale() - Vector Panel

Specifies the scale type for a vector plot.

*Scale() - Vector Panel

Specifies the scale type for a vector plot.

Previous topic Next topic No expanding text in this topic  

*Scale() - Vector Panel

Specifies the scale type for a vector plot.

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

Syntax

*Scale(scale_type, scale_value)

Argument

Name

Description

 

scale_type

The scale type of the vector plot ("Magnitude", "Uniform", or "Auto").

 

scale_value

The value for the specified scale type.

Example

*BeginVector()

  *Scale(“Auto”, “value”)

*EndVector()

Application

HyperView.

Context

*BeginVector()

Comments

A *Scale() command may be placed inside a *BeginVector() block to capture the scale setting for a vector plot.

See also

 

*BeginVector()

*EndVector()

List of Session Statements