M_Rhino_Geometry_Brep_AddEdgeCurve - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.AddEdgeCurve Method

Add a 3d curve used by the brep edges

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

Syntax

C#

public int AddEdgeCurve(
	Curve curve
)

VB

Public Function AddEdgeCurve ( 
	curve As Curve
) As Integer

Parameters

 

curve
Type: Rhino.Geometry.Curve
[Missing documentation for "M:Rhino.Geometry.Brep.AddEdgeCurve(Rhino.Geometry.Curve)"]

Return Value

Type: Int32
Index used to reference this geometry in the edge curve list

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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