Utility.BoundingRectOnPlane Method

Returns the bounding rectangle of a collection of 2D points by using a fixed plane orientation.
Public Shared Sub BoundingRectOnPlane( _ 
ByVal pointList As IList(Of Point2D), _ 
ByVal plane As Plane, _ 
ByRef min As Point2D, _ 
ByRef max As Point2D
)
This language is not supported or no code example is available.
public static void BoundingRectOnPlane( 
IList<Point2D> pointList
Plane plane
out Point2D min
out Point2D max 
)
This language is not supported or no code example is available.

Parameters

pointList
IList<Point2D>

A collection of 2D points lies on Plane XY.

plane
Plane

min
Point2D

The min 2D point on the input plane definition

max
Point2D

The max 2D point on the input plane definition

.NET Framework

Supported in: 4.8

In this article

Definition