M_Rhino_Geometry_Collections_MeshFaceList_GetFaceBoundingBox - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.GetFaceBoundingBox Method

Gets the bounding box of a face.

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

Syntax

C#

public BoundingBox GetFaceBoundingBox(
	int faceIndex
)

VB

Public Function GetFaceBoundingBox ( 
	faceIndex As Integer
) As BoundingBox

Parameters

 

faceIndex
Type: System.Int32
A face index.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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