Click or drag to resize

BrepFaceListSplitFaceAtTangents Method

Splits the face of a Brep at tangent locations.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool SplitFaceAtTangents(
	int faceIndex
)

Parameters

faceIndex
Type: SystemInt32
The index of the face to split.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also