Utility.GetSizeOnPlane Method

Gets 2D corners of the rectangle enclosing the projection of the 3D bounding box corners.
Public Shared Sub GetSizeOnPlane( _ 
ByVal cornerMin As Point3D, _ 
ByVal cornerMax As Point3D, _ 
ByVal pln As Plane, _ 
ByRef min As Point2D, _ 
ByRef max As Point2D
)
This language is not supported or no code example is available.
public static void GetSizeOnPlane( 
Point3D cornerMin
Point3D cornerMax
Plane pln
out Point2D min
out Point2D max 
)
This language is not supported or no code example is available.

Parameters

cornerMin
Point3D

3D bounding box min corner

cornerMax
Point3D

3D bounding box max corner

pln
Plane

The projection plane

min
Point2D

The resulting 2D min corner

max
Point2D

The resulting 2D max corner

.NET Framework

Supported in: 4.8

In this article

Definition