VPDirectionalRectangularSourceInput Constructor (Double, Double, Double, ISourceProfile)Virtual Photonics - VTS Library
Virtual Photonics
Initializes a new instance of the DirectionalRectangularSourceInput class

Namespace: Vts.MonteCarlo
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public DirectionalRectangularSourceInput(
	double thetaConvOrDiv,
	double rectLengthX,
	double rectWidthY,
	ISourceProfile sourceProfile
)

Parameters

thetaConvOrDiv
Type: OnlineSystem Double
Covergence or Divergance Angle {= 0, for a collimated beam}
rectLengthX
Type: OnlineSystem Double
The length of the Rectangular Source
rectWidthY
Type: OnlineSystem Double
The width of the Rectangular Source
sourceProfile
Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
See Also