Skip to content

M_Rhino_Geometry_Collections_MeshTopologyEdgeList_SwapEdge

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshTopologyEdgeList.SwapEdge Method

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

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SwapEdge(
	int topologyEdgeIndex
)

VB

Public Function SwapEdge ( 
	topologyEdgeIndex As Integer
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true if successful.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyEdgeList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally