M_Rhino_Geometry_Box__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Box Constructor (Plane, BoundingBox)

Initializes a world aligned box from a base plane and a boundingbox.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Box(
	Plane basePlane,
	BoundingBox boundingbox
)

VB

Public Sub New ( 
	basePlane As Plane,
	boundingbox As BoundingBox
)

Parameters

 

basePlane
Type: Rhino.Geometry.Plane
Base plane of bounging box.
boundingbox
Type: Rhino.Geometry.BoundingBox
Bounding Box in plane coordinates.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Box Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️