M_Rhino_Geometry_Box__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Box Constructor (BoundingBox)

Initializes a new Box that mimics a BoundingBox struct. The orientation plane of the Box is coincident with the World XY plane.

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

Syntax

C#

public Box(
	BoundingBox bbox
)

VB

Public Sub New ( 
	bbox As BoundingBox
)

Parameters

 

bbox
Type: Rhino.Geometry.BoundingBox
BoundingBox to mimic.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Box Overload
Rhino.Geometry Namespace

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