Description Data structure for the visualization attributes of a FRED source.
Definition Type T_SOURCEVISUALIZE everyNth As Long End Type
Members everyNth Determines how many source points are drawn.
sourceColorR Red component of the source color
sourceColorG Green component of the source color
sourceColorB Blue component of the source color
drawStartPositions When set to True, places a dot where the source begins tracing rays.
trackColor When set to True, darkens the color of the traced rays as the power drops off.
drawBoundingVolume When set to True, draws a volume enclosing the source.
trimColorR Red component of the trimming volume color.
trimColorG Green component of the trimming volume color.
trimColorB Blue component of the trimming volume color.
Remarks The color components range in value from 0 (black) to 255 (bright). No errors are set.
Used as Parameter in Examples
|