GH_PointRefDataSetSurfaceParam Method |
Set the surface reference parameters
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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:
BooleanTrue on success
See Also