Click or drag to resize

GH_PreviewUtilAddLine Method

Add a line to the temporary Preview lists.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddLine(
	Line line
)

Parameters

line
Type: Line
Line to add. Invalid lines will be ignored.
See Also