Click or drag to resize

GH_Interval2D Constructor (UVInterval)

Duplicates a one-dimensional interval in both directions.

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

Parameters

uv
Type: Grasshopper.Kernel.TypesUVInterval
UVInterval value.
See Also