Description Retrieves a specific ray filter operation from a particular analysis surface in the associated FRED document.
Syntax success = GetAnalysisSurfIthOp ( n, indx, op )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
n As Long Node number of the analysis surface.
indx As Long The index (zero based) of the ray filter operation to be retrieved.
op As T_RAYFILTEROP Structure containing data from the ray filter operation.
Remarks This function retrieves a specific ray filter operation from a particular analysis surface in the associated FRED document. If there is a problem the function sets an error and returns False.
See Also Examples
|