M_Rhino_Geometry_Collections_BrepFaceList_SplitFaceAtTangents - mcneel/rhinocommon-api-docs GitHub Wiki
Splits the face of a Brep at tangent locations.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SplitFaceAtTangents(
int faceIndex
)
VB
Public Function SplitFaceAtTangents (
faceIndex As Integer
) As Boolean
- faceIndex
- Type: System.Int32
The index of the face to split.
Type: Boolean
True if successful, false otherwise.
Supported in: 6.0.16224.21491