M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFaces_2 - 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,
bool compact
)
VB
Public Function SplitKinkyFaces (
kinkTolerance As Double,
compact As Boolean
) As Boolean
- kinkTolerance
- Type: System.Double
Tolerance (in radians) to use for crease detection. - compact
- Type: System.Boolean
If true, the Brep will be compacted if possible.
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