GH_PointSetReferenceParams Method |
Sets both param values of the point reference
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void SetReferenceParams(
double u,
double v
)
Public Sub SetReferenceParams (
u As Double,
v As Double
)
Parameters
- u
- Type: SystemDouble
The new u parameter - v
- Type: SystemDouble
The new v parameter
Remarks If there is no reference data, this function will create a new instance.
See Also