M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFaces_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Splits any faces with creases into G1 pieces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SplitKinkyFaces(
double kinkTolerance
)
VB
Public Function SplitKinkyFaces (
kinkTolerance As Double
) As Boolean
- kinkTolerance
- Type: System.Double
Tolerance (in radians) to use for crease detection.
Type: Boolean
true on success, false on failure.
If you need to detect whether splitting occured, compare the before and after values of Faces.Count
Supported in: 6.0.16224.21491, 5D58w
BrepFaceList Class
SplitKinkyFaces Overload
Rhino.Geometry.Collections Namespace