Click or drag to resize

MeshFaceListGetFaceBoundingBox Method

Gets the bounding box of a face.

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

Parameters

faceIndex
Type: SystemInt32
A face index.

Return Value

Type: BoundingBox
A new bounding box, or Empty on error.
See Also