M_Rhino_Geometry_SumSurface_Create - mcneel/rhinocommon-api-docs GitHub Wiki

SumSurface.Create Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static SumSurface Create(
	Curve curveA,
	Curve curveB
)

VB

Public Shared Function Create ( 
	curveA As Curve,
	curveB As Curve
) As SumSurface

Parameters

 

curveA
Type: Rhino.Geometry.Curve
The curve used as extrusion profile.
curveB
Type: Rhino.Geometry.Curve
The curve used as path.

Return Value

Type: SumSurface
A new sum surface on success; null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SumSurface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️