Box Constructor (BoundingBox) |
Initializes a new Box that mimics a BoundingBox struct.
The orientation plane of the Box is coincident with the
World XY plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Box(
BoundingBox bbox
)
Public Sub New (
bbox As BoundingBox
)
Parameters
- bbox
- Type: Rhino.GeometryBoundingBox
BoundingBox to mimic.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also