M_Rhino_Geometry_Collections_BrepFaceList_SplitClosedFaces - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.SplitClosedFaces Method

Splits closed surfaces so they are not closed.

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

Syntax

C#

public bool SplitClosedFaces(
	int minimumDegree
)

VB

Public Function SplitClosedFaces ( 
	minimumDegree As Integer
) As Boolean

Parameters

 

minimumDegree
Type: System.Int32
If the degree of the surface < min_degree, the surface is not split. In some cases, minimumDegree = 2 is useful to preserve piecewise linear surfaces.

Return Value

Type: Boolean
true if successful.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

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