GH_PointRefData.SetSurfaceParam Method

GH_PointRefDataSetSurfaceParam Method

Set the surface reference parameters

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool SetSurfaceParam(
	Surface srf,
	double u,
	double v
)
Public Function SetSurfaceParam ( 
	srf As Surface,
	u As Double,
	v As Double
) As Boolean

Parameters

srf
Type: Surface
The surface to act on
u
Type: SystemDouble
The parameter on the surface u domain
v
Type: SystemDouble
The parameter on the surface v domain

Return Value

Type: Boolean
True on success
See Also