M_Rhino_Geometry_Collections_MeshNgonList_GetNgonBoundingBox - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.GetNgonBoundingBox Method (MeshNgon)

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(
	MeshNgon ngon
)

VB

Public Function GetNgonBoundingBox ( 
	ngon As MeshNgon
) As BoundingBox

Parameters

 

ngon
Type: Rhino.Geometry.MeshNgon
An ngon.

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** ⚠️