Description Retrieves the ray direction data from a source with a rectilinear grid point ray direction type.
Syntax success = GetSourceDirPositionGrid ( n, grid )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
n As Long Node number of the source.
grid As T_SOURCEDIRPOSITIONGRID Structure containing the data from the rectilinear grid point ray direction.
Remarks This function retrieves the ray direction data from a source with a rectilinear grid point ray direction. If there is a problem the function returns False and does not set an error.
See Also Examples
|