M_Rhino_Geometry_Collections_MeshNgonList_GetNgonBoundingBox - 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(
MeshNgon ngon
)
VB
Public Function GetNgonBoundingBox (
ngon As MeshNgon
) As BoundingBox
- ngon
- Type: Rhino.Geometry.MeshNgon
An ngon.
Type: BoundingBox
A new bounding box, or Empty on error.
Supported in: 6.0.16224.21491
MeshNgonList Class
GetNgonBoundingBox Overload
Rhino.Geometry.Collections Namespace