M_Rhino_Geometry_Collections_BrepFaceList_SplitKinkyFace - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.SplitKinkyFace Method

Splits a single face into G1 pieces.

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

Syntax

C#

public bool SplitKinkyFace(
	int faceIndex,
	double kinkTolerance
)

VB

Public Function SplitKinkyFace ( 
	faceIndex As Integer,
	kinkTolerance As Double
) As Boolean

Parameters

 

faceIndex
Type: System.Int32
The index of the face to split.
kinkTolerance
Type: System.Double
Tolerance (in radians) to use for crease detection.

Return Value

Type: Boolean
true on success, false on failure.

Remarks

This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️