Utility.GetBoundingBoxTransformed Method

Transforms the eight corners of a world-aligned bounding box and returns the minimum and maximum corners.
Public Shared Sub GetBoundingBoxTransformed( _ 
ByVal transform As Transformation, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public static void GetBoundingBoxTransformed( 
Transformation transform
Point3D min
Point3D max
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation to apply to the bounding box

min
Point3D

The minimum point of the bounding box

max
Point3D

The maximum point of the bounding box

boxMin
Point3D

The transformed minimum point

boxMax
Point3D

The transformed maximum point

.NET Framework

Supported in: 4.8

In this article

Definition