Skip to content

M_Rhino_Geometry_Collections_MeshTopologyEdgeList_SplitEdge

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

MeshTopologyEdgeList.SplitEdge Method (Int32, Point3d)

Divides a mesh edge to create two or more triangles

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

Syntax

C#

public bool SplitEdge(
	int topologyEdgeIndex,
	Point3d point
)

VB

Public Function SplitEdge ( 
	topologyEdgeIndex As Integer,
	point As Point3d
) As Boolean

Parameters

 

topologyEdgeIndex
Type: System.Int32
Edge to divide
point
Type: Rhino.Geometry.Point3d
Location to perform the split

Return Value

Type: Boolean
true if successful

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyEdgeList Class
SplitEdge Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally