RhinoCommon API
BoundingBox Constructor (Double, Double, Double, Double, Double, Double) |
Constructs a boundingbox from numeric extremes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public BoundingBox( double minX, double minY, double minZ, double maxX, double maxY, double maxZ )
Public Sub New ( minX As Double, minY As Double, minZ As Double, maxX As Double, maxY As Double, maxZ As Double )
Parameters
- minX
- Type: SystemDouble
Lower extreme for box X size. - minY
- Type: SystemDouble
Lower extreme for box Y size. - minZ
- Type: SystemDouble
Lower extreme for box Z size. - maxX
- Type: SystemDouble
Upper extreme for box X size. - maxY
- Type: SystemDouble
Upper extreme for box Y size. - maxZ
- Type: SystemDouble
Upper extreme for box Z size.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14