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

AVL.SurfaceBoundingBox_OrNil

Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceBoundingBox_OrNil
(
	AvlNet.Surface inSurface,
	INullable<AvlNet.Box3D> outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outBoundingBox3DAvlNet.INullable<AvlNet.Box3D>Bounding box of the surface points. This parameter cannot be null.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SurfaceBoundingBox_OrNil.

Function Overrides

See also