Click or drag to resize

HermiteSurfaceToNurbsSurface Method

Constructs a NURBS surface satisfying the Hermite interpolation conditions.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public NurbsSurface ToNurbsSurface()

Return Value

Type: NurbsSurface
A NURBS surface is successful, null otherwise.
See Also