You are here: Start » AVL.NET » AVL.SurfaceBoundingBox
Computes the bounding box 3D of given surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SurfaceBoundingBox ( AvlNet.Surface inSurface, out AvlNet.Box3D outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outBoundingBox3D | AvlNet.Box3D | Bounding box of the surface points. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | No valid point in given region in SurfaceBoundingBox. |


