M_Rhino_Geometry_Collections_BrepFaceList_ExtractFace - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.ExtractFace Method

Extracts a face from a Brep.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Brep ExtractFace(
	int faceIndex
)

VB

Public Function ExtractFace ( 
	faceIndex As Integer
) As Brep

Parameters

 

faceIndex
Type: System.Int32
A face index

Return Value

Type: Brep
A brep. This can be null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️