MeshTopologyEdgeList.SplitEdge Method (Int32, Point3d)

MeshTopologyEdgeListSplitEdge Method (Int32, Point3d)

Divides a mesh edge to create two or more triangles

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

Parameters

topologyEdgeIndex
Type: SystemInt32
Edge to divide
point
Type: Rhino.GeometryPoint3d
Location to perform the split

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