*RakeTransformationMatrix()

Specifies the transformation matrix of the rake definition in a CFD plot.

Syntax

*RakeTransformationMatrix (matrix)

Application

HyperView

Inputs

matrix
The transformation values (sixteen comma separated float values) which are to be applied to the rake for a given CFD plot.

Context

*BeginRake()

Example

*BeginCFD()
   *BeginRake()
      *RakeTransformationMatrix(“values”)
   *EndRake()
*EndCFD()

Comments

A *RakeTransformationMatrix() command may be placed inside a *BeginRake() block to capture the orientation matrix of the rake definition in a CFD plot.