Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Initializes a new instance of the DirectionalRectangularSourceInput class
Namespace: Vts.MonteCarloAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
public DirectionalRectangularSourceInput( double thetaConvOrDiv, double rectLengthX, double rectWidthY, ISourceProfile sourceProfile, Direction newDirectionOfPrincipalSourceAxis, Position translationFromOrigin, PolarAzimuthalAngles beamRotationFromInwardNormal, int initialTissueRegionIndex )
Parameters
- thetaConvOrDiv
- Type:
System Double
Covergence or Divergance Angle {= 0, for a collimated beam}
- rectLengthX
- Type:
System Double
The length of the Rectangular Source
- rectWidthY
- Type:
System Double
The width of the Rectangular Source
- sourceProfile
- Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
- newDirectionOfPrincipalSourceAxis
- Type: Vts.Common Direction
New source axis direction
- translationFromOrigin
- Type: Vts.Common Position
New source location
- beamRotationFromInwardNormal
- Type: Vts.MonteCarlo.Helpers PolarAzimuthalAngles
beam rotation angle
- initialTissueRegionIndex
- Type:
System Int32
Initial tissue region index
See Also