MeshTopologyEdgeList

class rhino3dm.MeshTopologyEdgeList
__len__()

[todo] add documentation

EdgeLine(topologyEdgeIndex)

Gets the 3d line along an edge.

Parameters:

topologyEdgeIndex (int) – The topology edge index.

Returns:

Line along edge. If input is not valid, an Invalid Line is returned.

Return type:

Line