Utility.GetCornersOnPlane Method

Computes a rect on the plane that encloses the eight projected bounding box corners.
Public Shared Function GetCornersOnPlane( _ 
ByVal pln As Plane, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
Optional ByVal margin As Double = 0 _ 
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] GetCornersOnPlane( 
Plane pln
Point3D min
Point3D max
double margin = 0 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The projection plane

min
Point3D

The bounding box min corner

max
Point3D

The bounding box max corner

margin
double

The optional margin

Return Value

Point3D[]

An array of four 3D points.

.NET Framework

Supported in: 4.8

In this article

Definition