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
)
Public Function SplitFaceAtTangents (
faceIndex As Integer
) As Boolean
Parameters
- faceIndex
- Type: SystemInt32
The index of the face to split.
Return Value
Type:
BooleanTrue if successful, false otherwise.
See Also