RhinoCommon API
| BrepAddEdgeCurve Method | 
            Add a 3d curve used by the brep edges
            
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.4
 Syntax
Syntaxpublic int AddEdgeCurve( Curve curve )
Public Function AddEdgeCurve ( curve As Curve ) As Integer
Parameters
- curve
- Type: Rhino.GeometryCurve[Missing <param name="curve"/> documentation for "M:Rhino.Geometry.Brep.AddEdgeCurve(Rhino.Geometry.Curve)"] 
Return Value
Type: Int32Index used to reference this geometry in the edge curve list
 See Also
See Also