M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFace - mcneel/rhinocommon-api-docs GitHub Wiki
Splits a single face into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SplitKinkyFace(
int faceIndex,
double kinkTolerance
)
VB
Public Function SplitKinkyFace (
faceIndex As Integer,
kinkTolerance As Double
) As Boolean
- faceIndex
- Type: System.Int32
The index of the face to split. - kinkTolerance
- Type: System.Double
Tolerance (in radians) to use for crease detection.
Type: Boolean
true on success, false on failure.
This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.
Supported in: 6.0.16224.21491, 5D58w