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)
Since: 5.0
Syntax public 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.
See Also