RhinoCommon API
SumSurfaceCreate Method |
Constructs a new sum surface by extruding a curve A along a path B.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static SumSurface Create( Curve curveA, Curve curveB )
Public Shared Function Create ( curveA As Curve, curveB As Curve ) As SumSurface
Parameters
- curveA
- Type: Rhino.GeometryCurve
The curve used as extrusion profile. - curveB
- Type: Rhino.GeometryCurve
The curve used as path.
Return Value
Type: SumSurfaceA new sum surface on success; null on failure.

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