BrepFaceListExtractFace Method |
Extracts a face from a Brep.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Brep ExtractFace(
int faceIndex
)
Public Function ExtractFace (
faceIndex As Integer
) As Brep
Parameters
- faceIndex
- Type: SystemInt32
A face index
Return Value
Type:
BrepA brep. This can be null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also