M_Rhino_Geometry_Collections_BrepCurveList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

BrepCurveList.Add Method

Adds a curve

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

Syntax

C#

public int Add(
	Curve curve
)

VB

Public Function Add ( 
	curve As Curve
) As Integer

Parameters

 

curve
Type: Rhino.Geometry.Curve
A copy of the curve is added to this brep

Return Value

Type: Int32
Index that should be used to reference the geometry. -1 is returned if the input is not acceptable.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepCurveList Class
Rhino.Geometry.Collections Namespace

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