RhinoCommon API
BrepFaceListExtractFace Method |
Extracts a face from a Brep.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public 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.