Click or drag to resize

GH_Interval2D Constructor (GH_Interval2D)

Create a duplicate of another two-dimensional interval

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Interval2D
Interval to copy. If null, a default interval will be created.
See Also