M_Rhino_Geometry_Box__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes the smallest box that contains a set of points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Box(
Plane basePlane,
IEnumerable<Point3d> points
)
VB
Public Sub New (
basePlane As Plane,
points As IEnumerable(Of Point3d)
)
- basePlane
- Type: Rhino.Geometry.Plane
Orientation of the box. - points
- Type: System.Collections.Generic.IEnumerable(Point3d)
Points to include, Invalid points will be ignored.
Supported in: 6.0.16224.21491, 5D58w