You are here: Start » AVL.NET » Function Reference » Surface » Surface Features » AVL.SurfaceBoundingBox

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
inSurfaceAvlNet.SurfaceInput surface.
outBoundingBox3DAvlNet.Box3DBounding box of the surface points.

Errors

List of possible exceptions:

Error type Description
DomainError No valid point in given region in SurfaceBoundingBox.
DomainError Region of interest exceeds an input surface in SurfaceBoundingBox.

Function Overrides

See also