BrepFaceList.SplitKinkyFace
Public Class
Splits a single face into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public bool SplitKinkyFace( int faceIndex, double kinkTolerance)
Parameters
faceIndex
Type:System.Int32
The index of the face to split.
kinkTolerance
Type:System.Double
Tolerance (in radians) to use for crease detection.
Return Value
Type:Boolean
true on success, false on failure.
Remarks
This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.