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