Skip to content

M_Rhino_Geometry_Box__ctor_2

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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) Version: Rhino 6.0

Syntax

C#

public Box(
	Plane basePlane,
	GeometryBase geometry
)

VB

Public Sub New ( 
	basePlane As Plane,
	geometry As GeometryBase
)

Parameters

 

basePlane
Type: Rhino.Geometry.Plane
Base plane for aligned bounding box.
geometry
Type: Rhino.Geometry.GeometryBase
Geometry to box.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Box Overload
Rhino.Geometry Namespace

Clone this wiki locally