M_Rhino_Geometry_Box__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Box Constructor (Plane, IEnumerable(Point3d))

Initializes the smallest box that contains a set of points.

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

Syntax

C#

public Box(
	Plane basePlane,
	IEnumerable<Point3d> points
)

VB

Public Sub New ( 
	basePlane As Plane,
	points As IEnumerable(Of Point3d)
)

Parameters

 

basePlane
Type: Rhino.Geometry.Plane
Orientation of the box.
points
Type: System.Collections.Generic.IEnumerable(Point3d)
Points to include, Invalid points will be ignored.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Box Overload
Rhino.Geometry Namespace

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