M_Rhino_Geometry_Collections_BrepEdgeList_SplitKinkyEdge - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdgeList.SplitKinkyEdge Method

Splits the edge into G1 pieces.

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

Syntax

C#

public bool SplitKinkyEdge(
	int edgeIndex,
	double kinkToleranceRadians
)

VB

Public Function SplitKinkyEdge ( 
	edgeIndex As Integer,
	kinkToleranceRadians As Double
) As Boolean

Parameters

 

edgeIndex
Type: System.Int32
Index of edge to test and split.
kinkToleranceRadians
Type: System.Double
The split tolerance in radians.

Return Value

Type: Boolean
true if successful.

Remarks

This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdgeList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️