M_Rhino_Geometry_BoundingBox__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a boundingbox from numeric extremes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BoundingBox(
double minX,
double minY,
double minZ,
double maxX,
double maxY,
double maxZ
)
VB
Public Sub New (
minX As Double,
minY As Double,
minZ As Double,
maxX As Double,
maxY As Double,
maxZ As Double
)
- minX
- Type: System.Double
Lower extreme for box X size. - minY
- Type: System.Double
Lower extreme for box Y size. - minZ
- Type: System.Double
Lower extreme for box Z size. - maxX
- Type: System.Double
Upper extreme for box X size. - maxY
- Type: System.Double
Upper extreme for box Y size. - maxZ
- Type: System.Double
Upper extreme for box Z size.
Supported in: 6.0.16224.21491, 5D58w
BoundingBox Structure
BoundingBox Overload
Rhino.Geometry Namespace