Click or drag to resize

BrepEdgeListSplitKinkyEdge Method

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: 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.
See Also