Grasshopper API
GH_ConvertToUVInterval_Primary Method |
Performs a direct cast from UVInterval or GH_Interval2D.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToUVInterval_Primary( Object data, ref UVInterval rc )
Public Shared Function ToUVInterval_Primary ( data As Object, ByRef rc As UVInterval ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Grasshopper.Kernel.TypesUVInterval
[out] Interval cast.
Return Value
Type: BooleanTrue on success, false on failure.
