M_Rhino_Geometry_NurbsSurface_CreateRuledSurface - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a ruled surface between two curves. Curves must share the same knot-vector.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static NurbsSurface CreateRuledSurface(
Curve curveA,
Curve curveB
)
VB
Public Shared Function CreateRuledSurface (
curveA As Curve,
curveB As Curve
) As NurbsSurface
- curveA
- Type: Rhino.Geometry.Curve
First curve. - curveB
- Type: Rhino.Geometry.Curve
Second curve.
Type: NurbsSurface
A ruled surface on success or null on failure.
Supported in: 6.0.16224.21491, 5D58w