M_Rhino_Geometry_BrepEdge_SetEdgeCurve - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdge.SetEdgeCurve Method (Int32)

Set 3d curve geometry used by a b-rep edge.

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

Syntax

C#

public bool SetEdgeCurve(
	int curve3dIndex
)

VB

Public Function SetEdgeCurve ( 
	curve3dIndex As Integer
) As Boolean

Parameters

 

curve3dIndex
Type: System.Int32
index of 3d curve in m_C3[] array

Return Value

Type: Boolean
true if successful

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdge Class
SetEdgeCurve Overload
Rhino.Geometry Namespace

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