RhinoCommon API
BrepFaceListSplitKinkyFace Method |
Splits a single face into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool SplitKinkyFace( int faceIndex, double kinkTolerance )
Public Function SplitKinkyFace ( faceIndex As Integer, kinkTolerance As Double ) As Boolean
Parameters
- faceIndex
- Type: SystemInt32
The index of the face to split. - kinkTolerance
- Type: SystemDouble
Tolerance (in radians) to use for crease detection.
Return Value
Type: Booleantrue on success, false on failure.

This function leaves deleted stuff in the brep. Call Brep.Compact() to
remove deleted stuff.
