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)
Since: 5.0
Syntax public Box(
BoundingBox bbox
)
Public Sub New (
bbox As BoundingBox
)
Parameters
- bbox
- Type: Rhino.GeometryBoundingBox
BoundingBox to mimic.
See Also