Click or drag to resize

BrepFaceListExtractFace Method

Extracts a face from a Brep.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Brep ExtractFace(
	int faceIndex
)

Parameters

faceIndex
Type: SystemInt32
A face index

Return Value

Type: Brep
A brep. This can be null.
See Also