Click or drag to resize

UVInterval Constructor

Initializes a new instance of the UVInterval class

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public UVInterval(
	Interval newU,
	Interval newV
)

Parameters

newU
Type: Interval
newV
Type: Interval
See Also