Box Constructor (Plane, BoundingBox) |
Initializes a world aligned box from a base plane and a boundingbox.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Box(
Plane basePlane,
BoundingBox boundingbox
)
Public Sub New (
basePlane As Plane,
boundingbox As BoundingBox
)
Parameters
- basePlane
- Type: Rhino.GeometryPlane
Base plane of bounging box. - boundingbox
- Type: Rhino.GeometryBoundingBox
Bounding Box in plane coordinates.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also