RhinoCommon API
HermiteSurfaceSetVParameterAt Method |
Sets the "v" parameter at an index. These parameters are strictly increasing.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public void SetVParameterAt( int index, double parameter )
Public Sub SetVParameterAt ( index As Integer, parameter As Double )
Parameters
- index
- Type: SystemInt32
The index. - parameter
- Type: SystemDouble
The parameter value.
