M_Rhino_Geometry_Collections_BrepFaceList_SplitFaceAtTangents - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.SplitFaceAtTangents Method

Splits the face of a Brep at tangent locations.

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

Syntax

C#

public bool SplitFaceAtTangents(
	int faceIndex
)

VB

Public Function SplitFaceAtTangents ( 
	faceIndex As Integer
) As Boolean

Parameters

 

faceIndex
Type: System.Int32
The index of the face to split.

Return Value

Type: Boolean
True if successful, false otherwise.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

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