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. |
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.
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.
Current frame must have a data set.
INTEGER*4 FUNCTION TecUtilVectorCheckVariableAssignments()
Python Syntax:
Results = TecUtil.VectorCheckVariableAssignments()
Output:
Results[0] ReturnVal boolean