M_Rhino_Geometry_Collections_MeshNgonList_GetNgonBoundingBox_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the bounding box of an ngon.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BoundingBox GetNgonBoundingBox(
int index
)
VB
Public Function GetNgonBoundingBox (
index As Integer
) As BoundingBox
- index
- Type: System.Int32
A ngon index.
Type: BoundingBox
A new bounding box, or Empty on error.
Supported in: 6.0.16224.21491
MeshNgonList Class
GetNgonBoundingBox Overload
Rhino.Geometry.Collections Namespace