HyperWorks Desktop

*UndeformedColor()

Specifies the deformation with the selected color.

*UndeformedColor()

Specifies the deformation with the selected color.

Previous topic Next topic No expanding text in this topic  

*UndeformedColor()

Specifies the deformation with the selected color.

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

Syntax

*UndeformedColor(color)

Argument

Name

Description

 

color

The color of the deformation.  Options include component color, mesh color, or an RGB value, such as "0, 0, 255".

Example

*BeginDeformed()

   *ScaleMode(ModelPercent)

   *Scale(1, 3, 4)

   *ResolvedInSystem(-1)

   *ResultType(displacement)

   *UndeformedMode(Features)

   *UndeformedColor(meshcolor)

   *UndeformedTracking(off)

*EndDeformed()

Application

HyperView.

See also

 

*BeginDeformed()

List of Session Statements