RhinoCommon API
HermiteSurfaceSetPointAt Method |
Sets the interpolation point at the u,v parameter location.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public void SetPointAt( int uIndex, int vIndex, Point3d point )
Public Sub SetPointAt ( uIndex As Integer, vIndex As Integer, point As Point3d )
Parameters
- uIndex
- Type: SystemInt32
The "u" index. - vIndex
- Type: SystemInt32
The "v" index. - point
- Type: Rhino.GeometryPoint3d
The point location.
