M_Rhino_Geometry_BoundingBox__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a boundingbox from a collection of points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BoundingBox(
IEnumerable<Point3d> points,
Transform xform
)
VB
Public Sub New (
points As IEnumerable(Of Point3d),
xform As Transform
)
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
Points to include in the boundingbox. - xform
- Type: Rhino.Geometry.Transform
Transformation.
Supported in: 6.0.16224.21491
BoundingBox Structure
BoundingBox Overload
Rhino.Geometry Namespace