RhinoCommon API
BrepEdgeListSplitKinkyEdge Method |
Splits the edge into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
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: Booleantrue if successful.
This function leaves deleted stuff in the brep. Call Brep.Compact() to
remove deleted stuff.