BrepEdgeList.SplitKinkyEdge Method

BrepEdgeListSplitKinkyEdge Method

Splits the edge into G1 pieces.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SplitKinkyEdge(
	int edgeIndex,
	double kinkToleranceRadians
)
Public Function SplitKinkyEdge ( 
	edgeIndex As Integer,
	kinkToleranceRadians As Double
) As Boolean

Parameters

edgeIndex
Type: SystemInt32
Index of edge to test and split.
kinkToleranceRadians
Type: SystemDouble
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also