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

FIL.SurfaceBoundingBox_OrNil

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outBoundingBox3DFilNet.INullable<FilNet.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