Description Sets the vector directions for the A and B axes of the Analysis Results Node.
Syntax ARNSet2DAxesDirections nNodeNum, dADirX, dADirY, dADirZ, dBDirX, dBDirY, dBDirZ
Parameters nNodeNum As Long Node number of existing ARN.
dADirX As Double X-component of unit vector in A-direction.
dADirY As Double Y-component of unit vector in A-direction.
dADirZ As Double Z-component of unit vector in A-direction.
dBDirX As Double X-component of unit vector in B-direction.
dBDirY As Double Y-component of unit vector in B-direction.
dBDirZ As Double Z-component of unit vector in B-direction.
Remarks Sets the vector directions for the A and B axes of the Analysis Results Node. These directions are equivalent to the A and B directions implied by T_ANALYSIS. FRED will normalize the two vectors before writing to the ARN if they are not already.
See Also
|