SumSurface.Create Method

SumSurfaceCreate Method

Constructs a new sum surface by extruding a curve A along a path B.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: SumSurface
A new sum surface on success; null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also