VPLambertianSurfaceEmittingCuboidalSource Constructor Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of Lambertian Surface Emitting Cuboidal Source with a given source profile new source axis direction, and translation,

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

public LambertianSurfaceEmittingCuboidalSource(
	double cubeLengthX,
	double cubeWidthY,
	double cubeHeightZ,
	ISourceProfile sourceProfile,
	Direction newDirectionOfPrincipalSourceAxis = null,
	Position translationFromOrigin = null,
	int initialTissueRegionIndex = 0
)

Parameters

cubeLengthX
Type: OnlineSystem Double
The length of the cube (along x axis)
cubeWidthY
Type: OnlineSystem Double
The width of the cube (along y axis)
cubeHeightZ
Type: OnlineSystem Double
The height of the cube (along z axis)
sourceProfile
Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
newDirectionOfPrincipalSourceAxis (Optional)
Type: Vts.Common Direction
New source axis direction
translationFromOrigin (Optional)
Type: Vts.Common Position
New source location
initialTissueRegionIndex (Optional)
Type: OnlineSystem Int32
Initial tissue region index
See Also