Click or drag to resize

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
)

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