BrepEdgeList.SplitKinkyEdge
Public Class
Splits the edge into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public bool SplitKinkyEdge( int edgeIndex, double kinkToleranceRadians)
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.