Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Initializes a new instance of CustomRectangularSourceInput class
Namespace: Vts.MonteCarloAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
public CustomRectangularSourceInput( double rectLengthX, double rectWidthY, ISourceProfile sourceProfile, DoubleRange polarAngleEmissionRange, DoubleRange azimuthalAngleEmissionRange, Direction newDirectionOfPrincipalSourceAxis, Position translationFromOrigin, PolarAzimuthalAngles beamRotationFromInwardNormal, int initialTissueRegionIndex )
Parameters
- 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}
- polarAngleEmissionRange
- Type: Vts.Common DoubleRange
Polar angle range
- azimuthalAngleEmissionRange
- Type: Vts.Common DoubleRange
Azimuthal angle range
- 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