OrientedBoundingBox(IList<Point2D>) Constructor

Defines an OrientedBoundingBox from a list of Point3D.
Public Sub New( _ 
ByVal pointCloud As IList(Of Point2D) _ 
)
This language is not supported or no code example is available.
public OrientedBoundingBox( 
IList<Point2D> pointCloud 
)
This language is not supported or no code example is available.

Parameters

pointCloud
IList<Point2D>

The Point3D list

.NET Framework

Supported in: 4.8

In this article

Definition