RhinoCommon API
NurbsSurfaceCreateRuledSurface Method |
Constructs a ruled surface between two curves. Curves must share the same knot-vector.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static NurbsSurface CreateRuledSurface( Curve curveA, Curve curveB )
Public Shared Function CreateRuledSurface ( curveA As Curve, curveB As Curve ) As NurbsSurface
Parameters
- curveA
- Type: Rhino.GeometryCurve
First curve. - curveB
- Type: Rhino.GeometryCurve
Second curve.
Return Value
Type: NurbsSurfaceA ruled surface on success or null on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8