VPCustomVolumetricCuboidalSource Constructor Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of Custom Cuboidal Source with a given source profile (Flat/Gaussian), polar and azimuthal angle range, 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 CustomVolumetricCuboidalSource(
	double cubeLengthX,
	double cubeWidthY,
	double cubeHeightZ,
	ISourceProfile sourceProfile,
	DoubleRange polarAngleEmissionRange,
	DoubleRange azimuthalAngleEmissionRange,
	Direction newDirectionOfPrincipalSourceAxis = null,
	Position translationFromOrigin = null,
	int initialTissueRegionIndex = 0
)
See Also