Click or drag to resize

GH_Line Constructor (GH_Line)

Create a duplicate of another line.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Line(
	GH_Line other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Line
Line to copy. If null, a default line will be created.
See Also