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

public Point3d PointAt( int uIndex, int vIndex )
Public Function PointAt ( uIndex As Integer, vIndex As Integer ) As Point3d
Parameters
- uIndex
- Type: SystemInt32
The "u" index. - vIndex
- Type: SystemInt32
The "v" index.
Return Value
Type: Point3dThe point location.
