Click or drag to resize

MeshTopologyEdgeListEdgeLine Method

Gets the 3d line along an edge.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Line EdgeLine(
	int topologyEdgeIndex
)

Parameters

topologyEdgeIndex
Type: SystemInt32
The topology edge index.

Return Value

Type: Line
Line along edge. If input is not valid, an Invalid Line is returned.
See Also