Box Constructor (Plane, GeometryBase) |
Initializes a box that contains a generic piece of geometry.
This box will be aligned with an arbitrary plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Box(
Plane basePlane,
GeometryBase geometry
)
Public Sub New (
basePlane As Plane,
geometry As GeometryBase
)
Parameters
- basePlane
- Type: Rhino.GeometryPlane
Base plane for aligned bounding box. - geometry
- Type: Rhino.GeometryGeometryBase
Geometry to box.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also