Vector


Functions

Boolean_t TecUtilResetVectorLength (void)
  Reset the length of the vectors.
Boolean_t TecUtilVectorCheckVariableAssignments (void)
  Determine if the vector variables have been assigned to valid variable number.


Function Documentation

Boolean_t TecUtilResetVectorLength ( void   ) 

Reset the length of the vectors.

Tecplot will find the vector with the largest magnitude and set the scaling factor so it will appear on the screen using the default length as specified in the configuration file with the $!FRAMESETUP VECTDEFLEN macro command. The current frame must have a plot type of cartesian 2D or 3D to use this function.

Returns:
TRUE if successful, FALSE otherwise.
Precondition:
Must have one or more frames.
Fortran Syntax:
    INTEGER*4 FUNCTION TecUtilResetVectorLength()

Python Syntax:

  Results = TecUtil.ResetVectorLength()

  Output:
    Results[0]    ReturnVal            boolean

Boolean_t TecUtilVectorCheckVariableAssignments ( void   ) 

Determine if the vector variables have been assigned to valid variable number.

Since:
12.0.1.5625
Returns:
Returns true if all vector variable components have been assigned to a valid variable number, false otherwise.
Precondition:
Must have one or more frames.

Current frame must have a data set.

Fortran Syntax:

Python Syntax:

  Results = TecUtil.VectorCheckVariableAssignments()

  Output:
    Results[0]    ReturnVal            boolean


Generated on Tue Mar 12 02:24:45 2013 for Tecplot by  doxygen 1.5.5