Description Retrieves the power data from a source with a "Lambertian in a given direction" power direction apodization type.
Syntax success = GetSourceDirApodLambertian ( n, dirX, dirY, dirZ )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
n As Long Node number of the source.
dirX As Double Returns the X component of the direction vector.
dirY As Double Returns the Y component of the direction vector.
dirZ As Double Returns the Z component of the direction vector.
Remarks This function retrieves the power data from a source with a "Lambertian in a given direction" power direction apodization type. If there is a problem the function returns False and does not set an error.
See Also
Examples
|