RhinoCommon API
Box Constructor (Plane, BoundingBox) |
Initializes a world aligned box from a base plane and a boundingbox.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public 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.