MeshTopologyEdgeList.SwapEdge Method

MeshTopologyEdgeListSwapEdge Method

If the edge is shared by two triangular face, then the edge is swapped.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SwapEdge(
	int topologyEdgeIndex
)
Public Function SwapEdge ( 
	topologyEdgeIndex As Integer
) As Boolean

Parameters

topologyEdgeIndex
Type: SystemInt32
An index of a topology edge in TopologyEdges.

Return Value

Type: Boolean
true if successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also