M_Rhino_Geometry_Collections_MeshTopologyEdgeList_EdgeLine - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the 3d line along an edge.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Line EdgeLine(
int topologyEdgeIndex
)
VB
Public Function EdgeLine (
topologyEdgeIndex As Integer
) As Line
- topologyEdgeIndex
- Type: System.Int32
The topology edge index.
Type: Line
Line along edge. If input is not valid, an Invalid Line is returned.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
Rhino.Geometry.Collections Namespace