Utility.ComputeBoundingBox (Transformation, Single(), Int32, Int32, out Point3D, out Point3D) Method

Public Shared Sub ComputeBoundingBox( _ 
ByVal transform As Transformation, _ 
ByVal points As Single(), _ 
ByVal count As Integer, _ 
ByVal skipPoints As Integer, _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public static void ComputeBoundingBox( 
Transformation transform
float[] points
int count
int skipPoints
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

points
float[]

count
int

skipPoints
int

boxMin
Point3D

boxMax
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition