Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Defines SurfaceEmittingCuboidalSourceBase class
Namespace: Vts.MonteCarlo.SourcesAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
protected SurfaceEmittingCuboidalSourceBase( double cubeLengthX, double cubeWidthY, double cubeHeightZ, ISourceProfile sourceProfile, DoubleRange polarAngleEmissionRange, Direction newDirectionOfPrincipalSourceAxis, Position translationFromOrigin, int initialTissueRegionIndex )
Parameters
- cubeLengthX
- Type:
System Double
The length of the cube (along x axis)
- cubeWidthY
- Type:
System Double
The width of the cube (along y axis)
- cubeHeightZ
- Type:
System Double
The height of the cube (along z axis)
- sourceProfile
- Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
- polarAngleEmissionRange
- Type: Vts.Common DoubleRange
Polar angle emission range {0 - 90degrees}
- newDirectionOfPrincipalSourceAxis
- Type: Vts.Common Direction
New source axis direction
- translationFromOrigin
- Type: Vts.Common Position
New source location
- initialTissueRegionIndex
- Type:
System Int32
Initial tissue region index
See Also