M_Rhino_Geometry_Collections_BrepEdgeList_SplitKinkyEdge - mcneel/rhinocommon-api-docs GitHub Wiki
Splits the edge into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SplitKinkyEdge(
int edgeIndex,
double kinkToleranceRadians
)
VB
Public Function SplitKinkyEdge (
edgeIndex As Integer,
kinkToleranceRadians As Double
) As Boolean
- edgeIndex
- Type: System.Int32
Index of edge to test and split. - kinkToleranceRadians
- Type: System.Double
The split tolerance in radians.
Type: Boolean
true if successful.
This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.
Supported in: 6.0.16224.21491, 5D58w