WriteFileAsync.ComputeBoundingBox Method

Compute scene extents.
Protected Function ComputeBoundingBox( _ 
ByRef min As Point3D, _ 
ByRef max As Point3D
) As Size3D
This language is not supported or no code example is available.
protected Size3D ComputeBoundingBox( 
out Point3D min
out Point3D max 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Lower left front corner

max
Point3D

Upper right rear corner

Return Value

Size3D

The 3D size.

.NET Framework

Supported in: 4.8

In this article

Definition