Grasshopper API
GH_PainterConnectionVisible Method |
Test whether a wire ought to be drawn at all.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public bool ConnectionVisible( PointF a, PointF b )
Public Function ConnectionVisible ( a As PointF, b As PointF ) As Boolean
Parameters
- a
- Type: System.DrawingPointF
Start point of wire. - b
- Type: System.DrawingPointF
End point of wire.
Return Value
Type: BooleanTrue if the wire is visible and ought to be drawn.
