M_Rhino_Geometry_Collections_MeshTopologyEdgeList_SplitEdge_1 - 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,
double t
)
VB
Public Function SplitEdge (
topologyEdgeIndex As Integer,
t As Double
) As Boolean
- topologyEdgeIndex
- Type: System.Int32
Edge to divide - t
- Type: System.Double
Parameter along edge. This is the same as getting an EdgeLine and calling PointAt(t) on that line
Type: Boolean
true if successful
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
SplitEdge Overload
Rhino.Geometry.Collections Namespace