M_Rhino_Geometry_Collections_MeshNgonList_GetNgonBoundingBox_1 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.GetNgonBoundingBox Method (Int32)

Gets the bounding box of an ngon.

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

Syntax

C#

public BoundingBox GetNgonBoundingBox(
	int index
)

VB

Public Function GetNgonBoundingBox ( 
	index As Integer
) As BoundingBox

Parameters

 

index
Type: System.Int32
A ngon index.

Return Value

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

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
GetNgonBoundingBox Overload
Rhino.Geometry.Collections Namespace

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