M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFaces - 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()VB
Public Function SplitKinkyFaces As BooleanType: 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