M_Rhino_Geometry_Collections_MeshTopologyEdgeList_CollapseEdge - mcneel/rhinocommon-api-docs GitHub Wiki
Replaces a mesh edge with a vertex at its center and update adjacent faces as needed.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool CollapseEdge(
int topologyEdgeIndex
)
VB
Public Function CollapseEdge (
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