Description This data structure describes the facet properties and collected data of for a single facet of a data collector surface.
Definition T_COLLECTED_DATUM absorbedArea As Double absorbedIrradiance As Double absorbedPower As Double absorbedRayCount As Huge_ absorbedRayDensity As Double area As Double facetID As Long incidentArea As Double incidentPower As Double incidentRayCount As Huge_ incidentRayDensity As Double irradiance As Double x As Double y As Double z As Double
Members absorbedArea [READ ONLY] If absorbedRayCount > 0, then absorbedArea is the same as the facet area. When absorbedRayCount = 0, absorbedArea = 0.
absorbedIrradiance [READ ONLY] Irradiance value calculated using absorbedPower.
absorbedPower Absorbed power on the facet, calculated as the difference between the power incident on the facet and the power leaving the facet.
absorbedRayCount Number of rays contributing to the absorbedPower value.
absorbedRayDensity [READ ONLY] Calculated as the absorbedRayCount/absorbedArea.
area [READ ONLY] Area of the facet calculated in document units.
facetID [READ ONLY] ID number of the facet associated with the data.
incidentArea [READ ONLY] If incidentRayCount > 0, then incidentArea is the same as the facet area. When incidentRayCount = 0, incidentArea = 0.
incidentPower Power incident on the facet.
incidentRayCount Number of rays contributing to the incidentPower value.
incidentRayDensity [READ ONLY] Calculated as incidentRayCount/incidentArea.
irradiance [READ ONLY] Irradiance on the facet.
x [READ ONLY] X position of the facet center in local surface coordinates.
y [READ ONLY] Y position of the facet center in local surface coordinates.
z [READ ONLY] Z position of the facet center in local surface coordinates.
See Also Data Collector Surface Scripting DataCollectorSurfGetDatumCount
|