Click or drag to resize

SumSurfaceCreate Method (Curve, Curve)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static SumSurface Create(
	Curve curveA,
	Curve curveB
)

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.
See Also