Click or drag to resize

GH_Curve Constructor (Curve)

Create a duplicate of an existing curve.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Curve(
	Curve curve
)

Parameters

curve
Type: Curve
Curve to duplicate
See Also