VPCustomCircularSource Constructor Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of Custom Circular Source with specified length and width, source profile (Flat/Gaussian), polar and azimuthal angle range, new source axis direction, translation, and inward normal ray rotation

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

public CustomCircularSource(
	double outerRadius,
	double innerRadius,
	ISourceProfile sourceProfile,
	DoubleRange polarAngleEmissionRange,
	DoubleRange azimuthalAngleEmissionRange,
	Direction newDirectionOfPrincipalSourceAxis = null,
	Position translationFromOrigin = null,
	PolarAzimuthalAngles beamRotationFromInwardNormal = null,
	int initialTissueRegionIndex = 0
)

Parameters

outerRadius
Type: OnlineSystem Double
The outer radius of the circular source
innerRadius
Type: OnlineSystem Double
The inner radius of the circular source
sourceProfile
Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
polarAngleEmissionRange
Type: Vts.Common DoubleRange
Polar angle emission range
azimuthalAngleEmissionRange
Type: Vts.Common DoubleRange
Azimuthal angle emission range
newDirectionOfPrincipalSourceAxis (Optional)
Type: Vts.Common Direction
New source axis direction
translationFromOrigin (Optional)
Type: Vts.Common Position
New source location
beamRotationFromInwardNormal (Optional)
Type: Vts.MonteCarlo.Helpers PolarAzimuthalAngles
Polar Azimuthal Rotational Angle of inward Normal
initialTissueRegionIndex (Optional)
Type: OnlineSystem Int32
Initial tissue region index
See Also