M_Rhino_Geometry_Collections_MeshTopologyEdgeList_SplitEdge - mcneel/rhinocommon-api-docs GitHub Wiki
Divides a mesh edge to create two or more triangles
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SplitEdge(
int topologyEdgeIndex,
Point3d point
)
VB
Public Function SplitEdge (
topologyEdgeIndex As Integer,
point As Point3d
) As Boolean
- topologyEdgeIndex
- Type: System.Int32
Edge to divide - point
- Type: Rhino.Geometry.Point3d
Location to perform the split
Type: Boolean
true if successful
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
SplitEdge Overload
Rhino.Geometry.Collections Namespace