Spatial Analysis Dynamo AVEVAL
Accessibility & Visibility Evaluation tools for Revit&Dynamo

VisibilityLineTooltip

Summary
This component allows to display a tooltip window for segmented visibility analysis model lines. (To start tooltip connect at least Visibility input and MOVE some object in Revit)
Input parameters
Visibility Visibility object.
Off If set to true, then tooltip window will stop appearing.
Func Allows to set a function in order to add custom text into tooltip. Waits Python function of two parameters: LineIndex(int) and Visibility(object) and with return type of string(as object). Example of Python output: OUT = Func[int, object, object](f1) where f1 is described earlier function.
Returns