RhinoCommon API
HermiteSurface Constructor (Int32, Int32) |
Initializes a new HermiteSurface instance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public HermiteSurface( int uCount, int vCount )
Public Sub New ( uCount As Integer, vCount As Integer )
Parameters
- uCount
- Type: SystemInt32
The number of parameters in the "u" direction. - vCount
- Type: SystemInt32
The number of parameters in the "v" direction.