Click or drag to resize

GH_PreviewUtilAddCurve Method

Add a curve to the temporary Preview lists.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddCurve(
	Curve curve
)

Parameters

curve
Type: Curve
Curve to add. Invalid curves will be ignored.
See Also