MeshTopologyEdgeList.SplitEdge Method (Int32, Double)

MeshTopologyEdgeListSplitEdge Method (Int32, Double)

Divides a mesh edge to create two or more triangles

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SplitEdge(
	int topologyEdgeIndex,
	double t
)
Public Function SplitEdge ( 
	topologyEdgeIndex As Integer,
	t As Double
) As Boolean

Parameters

topologyEdgeIndex
Type: SystemInt32
Edge to divide
t
Type: SystemDouble
Parameter along edge. This is the same as getting an EdgeLine and calling PointAt(t) on that line

Return Value

Type: Boolean
true if successful
See Also