VPVirtualBoundaryType EnumerationVirtual Photonics - VTS Library
Virtual Photonics
Virtual boundaries are entities upon which detectors are attached. Each detector is associated with one and only one of the following types. The VBs have a spatial location (surface or volume) and sometimes have a direction.

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

public enum VirtualBoundaryType
Members

  Member nameValueDescription
DiffuseReflectance0 All diffuse reflectance detectors attach to this virtual boundary type
DiffuseTransmittance1 All diffuse transmittance detectors attach to this virtual boundary type
SpecularReflectance2 Specular reflection detectors attach to this virtual boundary type
GenericVolumeBoundary3 Internal volume detectors attach to this virtual boundary type
SurfaceRadiance4 Internal surface detectors attach to this virtual boundary type
pMCDiffuseReflectance5 Virtual boundary used for pMC diffuse reflectance detectors
See Also