Description Alternate form of IrradianceToFile. Performs an Irradiance calculation using specified Analysis Surface then writes the result either to a file or the Chart Viewer. 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 count = IrradianceToFileAS( anaNode, fname )
Parameters count (Long or Huge_) Number of rays included in the analysis.
anaNode As Long Node number of Analysis Surface. All Ray Specifications are applied.
fname As String File name where plot file is to be saved. If string is empty, results are routed directly to Chart.
Remarks Performs an Irradiance calculation using specified Analysis Surface its Ray Specification filters. The result is written to either a plot file or directly to the Chart Viewer.
See Also
|