M_Rhino_Geometry_Collections_MeshTopologyEdgeList_SwapEdge - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool SwapEdge(
int topologyEdgeIndex
)
VB
Public Function SwapEdge (
topologyEdgeIndex As Integer
) As Boolean
- topologyEdgeIndex
- Type: System.Int32
An index of a topology edge in TopologyEdges.
Type: Boolean
true if successful.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
Rhino.Geometry.Collections Namespace