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
)
Public Function EdgeLine (
topologyEdgeIndex As Integer
) As Line
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