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

public double VParameterAt( int index )
Public Function VParameterAt ( index As Integer ) As Double
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type: DoubleThe parameter.
