Description Returns a string that identifies the reason why a ray stopped tracing. Depending on the number of rays traced, it may be necessary to dimension ray index and ray counter variables as data type Huge_ instead of Long. Please see Multi-threaded Raytracing for more information.
Syntax reason = GetRayWhyFailed ( id )
Parameters reason (String) The string that explains why the ray was stopped.
id As Long (or Huge_) The identifier of the ray.
Remarks This function returns a string that identifies the reason why a ray stopped tracing. The possible reasons for failure are:
See Also Examples
|