Skip to content

M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFaces_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BrepFaceList.SplitKinkyFaces Method (Double)

Splits any faces with creases into G1 pieces.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SplitKinkyFaces(
	double kinkTolerance
)

VB

Public Function SplitKinkyFaces ( 
	kinkTolerance As Double
) As Boolean

Parameters

 

kinkTolerance
Type: System.Double
Tolerance (in radians) to use for crease detection.

Return Value

Type: Boolean
true on success, false on failure.

Remarks

If you need to detect whether splitting occured, compare the before and after values of Faces.Count

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
SplitKinkyFaces Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally